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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 먊랔秊}먊랔秊{^ | 111010111010100010001010111010111001111010010100111011111010011010010101011111011110101110101000100010101110101110011110100101001110111110100110100101010111101101011110 | eba88aeb9e94efa6957deba88aeb9e94efa6957b5e |
UHC | 먊랔秊}먊랔秊{^ | 100100001100100010001101111110011110011011011100011111011001000011001000100011011111100111100110110111000111101101011110 | 90c88df9e6dc7d90c88df9e6dc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)