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 | 飯~ | 11101111101010001010101001111110 | efa8aa7e |
SJIS-WIN | ?¨?~ | 0011111110000001010011100011111101111110 | 3f814e3f7e |
EUC-JP | 飯~ | 100011111010101111000001101000011010111110001111101000101110110001111110 | 8fabc1a1af8fa2ec7e |
UTF-8 | 飯~ | 11000011101011111100001010101000110000101010101001111110 | c3afc2a8c2aa7e |
UHC | ?¨ª~ | 001111111010000110100111101010001010001101111110 | 3fa1a7a8a37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)