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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 霆乗丼^ | 11101000101110111000111111100110100110001010010101011110 | e8bb8fe698a55e |
EUC-JP | 霆乗丼^ | 11110000101111011011111011101000110100001010011101011110 | f0bdbee8d0a75e |
UTF-8 | 霆乗丼^ | 11101001100111001000011011100100101110011001011111100100101110001011110001011110 | e99c86e4b997e4b8bc5e |
UHC | 霆??^ | 1110111111111101001111110011111101011110 | effd3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)