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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 覩ル混艪 | 1110011001001110100000111000101110001101101011001110010010000010 | e64e838b8dace482 |
EUC-JP | 覩ル混艪 | 1110101110101111101001011110101110111010101011101110011111100010 | ebafa5ebbaaee7e2 |
UTF-8 | 覩ル混艪 | 111010001010011010101001111000111000001110101011111001101011011110110111111010001000100110101010 | e8a6a9e383abe6b7b7e889aa |
UHC | 覩ル混? | 11010100101011011010101111101011111110111110100000111111 | d4adabebfbe83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)