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 | 11100000101000000011111100111111100100001101111110000011100011110011111101101000 | e0a03f3f90df838f3f68 |
EUC-JP | 燿??節ワ?h | 11100000101000100011111100111111110000001110000110100101111011110011111101101000 | e0a23f3fc0e1a5ef3f68 |
UTF-8 | 燿쒐슢節ワ쉴h | 11100111100001111011111111101100100100101001000011101100100010101010001011100111101011111000000011100011100000111010111111101100100010011011010001101000 | e787bfec9290ec8aa2e7af80e383afec89b468 |
UHC | 燿쒐슢節ワ쉴h | 11101000111111001001110011100111100110101010111011101111101111011010101111101111101111011010111101101000 | e8fc9ce79aaeefbdabefbdaf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)