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 | ?????~G | 00111111001111110011111100111111001111110111111001000111 | 3f3f3f3f3f7e47 |
SJIS-WIN | ?????~G | 00111111001111110011111100111111001111110111111001000111 | 3f3f3f3f3f7e47 |
EUC-JP | ?????~G | 00111111001111110011111100111111001111110111111001000111 | 3f3f3f3f3f7e47 |
UTF-8 | 셍롍렚셔샬~G | 1110110010000101100011011110101110100001100011011110101110100000100110101110110010000101100101001110110010000011101011000111111001000111 | ec858deba18deba09aec8594ec83ac7e47 |
UHC | 셍롍렚셔샬~G | 101111001100010010001110110100111000111010101101101111001100010110111100101000110111111001000111 | bcc48ed38eadbcc5bca37e47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)