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 | xB«äÁ | 1001101101111000100100010100001010011111101010111110010011000001 | 9b7891429fabe4c1 |
SJIS-WIN | ?x?B???? | 0011111101111000001111110100001000111111001111110011111100111111 | 3f783f423f3f3f3f |
EUC-JP | ?x?B??äÁ | 001111110111100000111111010000100011111100111111100011111010101110100011100011111010101010100001 | 3f783f423f3f8faba38faaa1 |
UTF-8 | xB«äÁ | 1100001010011011011110001100001010010001010000101100001010011111110000101010101111000011101001001100001110000001 | c29b78c29142c29fc2abc3a4c381 |
UHC | ?x?B???? | 0011111101111000001111110100001000111111001111110011111100111111 | 3f783f423f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)