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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
UTF-8 | 센솟센솜e^ | 1110110010000100101111001110110010000110100111111110110010000100101111001110110010000110100111000110010101011110 | ec84bcec869fec84bcec869c655e |
UHC | 센솟센솜e^ | 10111100101111101011110011011010101111001011111010111100110110000110010101011110 | bcbebcdabcbebcd8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)