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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 蓿、逵ゥF | 11100100111100001010010011100111100111001010100101000110 | e4f0a4e79ca946 |
EUC-JP | 蓿、逵ゥF | 111010001111001010001110101001001110110111111100100011101010100101000110 | e8f28ea4edfc8ea946 |
UTF-8 | 蓿、逵ゥF | 11101000100100111011111111101111101111011010010011101001100000001011010111101111101111011010100101000110 | e893bfefbda4e980b5efbda946 |
UHC | ??逵?F | 001111110011111111010000101100000011111101000110 | 3f3fd0b03f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)