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 | øøB | 1001010011111000100101001111100001000010 | 94f894f842 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?ø?øB | 001111111000111110101001110011000011111110001111101010011100110001000010 | 3f8fa9cc3f8fa9cc42 |
UTF-8 | øøB | 110000101001010011000011101110001100001010010100110000111011100001000010 | c294c3b8c294c3b842 |
UHC | ?ø?øB | 00111111101010011010101000111111101010011010101001000010 | 3fa9aa3fa9aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)