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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 小???^ | 100011111010110000111111001111110011111101011110 | 8fac3f3f3f5e |
EUC-JP | 小???^ | 101111101010111000111111001111110011111101011110 | beae3f3f3f5e |
UTF-8 | 小뾑숣숷^ | 11100101101100001000111111101011101111101001000111101100100010001010001111101100100010001011011101011110 | e5b08febbe91ec88a3ec88b75e |
UHC | 小뾑숣숷^ | 111000011011001110010111010011111001100111111110100110100100110001011110 | e1b3974f99fe9a4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)