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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臍???蒸? | 1110010001100000001111110011111100111111100011111111011000111111 | e4603f3f3f8ff63f |
EUC-JP | 臍???蒸? | 1110011111000001001111110011111100111111101111101111100000111111 | e7c13f3f3fbef83f |
UTF-8 | 臍쿰렰렋蒸렕 | 111010001000011110001101111011001011111110110000111010111010000010110000111010111010000010001011111010001001001010111000111010111010000010010101 | e8878decbfb0eba0b0eba08be892b8eba095 |
UHC | 臍쿰렰렋蒸렕 | 111100001011000011000100111100011000111010111101100011101010001011110001111110101000111010101010 | f0b0c4f18ebd8ea2f1fa8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)