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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邁溷髪 | 111001111011000010011111111001011001010010101111 | e7b09fe594af |
EUC-JP | 邁溷髪 | 111011101011001011011110111001111100100010110001 | eeb2dee7c8b1 |
UTF-8 | 邁溷髪 | 111010011000001010000001111001101011101010110111111010011010101110101010 | e98281e6bab7e9abaa |
UHC | 邁?? | 11011000111001000011111100111111 | d8e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)