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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瑚?燼痘? | 1000110011101000001111111110000010011110100100111001011100111111 | 8ce83fe09e93973f |
EUC-JP | 瑚?燼痘? | 1011100011101010001111111101111111111110110001011111011100111111 | b8ea3fdffec5f73f |
UTF-8 | 瑚렣燼痘롚 | 111001111001000110011010111010111010000010100011111001111000011110111100111001111001011110011000111010111010000110011010 | e7919aeba0a3e787bce79798eba19a |
UHC | 瑚렣燼痘롚 | 11111011110100011000111010110100111000111110100011010100111000111000111011011110 | fbd18eb4e3e8d4e38ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)