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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 臾?Ё臾?Пh | 1110010001101011001111111000010001000110111001000110101100111111100001000101000001101000 | e46b3f8446e46b3f845068 |
EUC-JP | 臾?Ё臾?Пh | 1110011111001100001111111010011110100111111001111100110000111111101001111011000101101000 | e7cc3fa7a7e7cc3fa7b168 |
UTF-8 | 臾깅Ё臾곕Пh | 1110100010000111101111101110101010111001100001011101000010000001111010001000011110111110111010101011001110010101110100001001111101101000 | e887beeab985d081e887beeab395d09f68 |
UHC | 臾깅Ё臾곕Пh | 11101011101011001011000111101011101011001010011111101011101011001011000011101011101011001011000101101000 | ebacb1ebaca7ebacb0ebacb168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)