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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?擦?帽 | 001111111000111001000011001111111001011001011000 | 3f8e433f9658 |
EUC-JP | ?擦?帽 | 001111111011101110100100001111111100101110111001 | 3fbba43fcbb9 |
UTF-8 | 낵擦ㅈ帽 | 111010111000001010110101111001101001001110100110111000111000010110001000111001011011100010111101 | eb82b5e693a6e38588e5b8bd |
UHC | 낵擦ㅈ帽 | 1011001110111100111100111100110110100100101110001101100110110110 | b3bcf3cda4b8d9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)