To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迺ソ遞認 | 11100111100100101011111111100111101010001001010001000110 | e792bfe7a89446 |
EUC-JP | 迺ソ遞認 | 1110110111110010100011101011111111101110101010101100011110100111 | edf28ebfeeaac7a7 |
UTF-8 | 迺ソ遞認 | 111010001011111110111010111011111011110110111111111010011000000110011110111010001010101010001101 | e8bfbaefbdbfe9819ee8aa8d |
UHC | ??遞認 | 001111110011111111110100111101101110110011100011 | 3f3ff4f6ece3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)