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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 챰횊찾횋챰횊 | 111011001011000110110000111011011001101010001010111011001011000010111110111011011001101010001011111011001011000110110000111011011001101010001010 | ecb1b0ed9a8aecb0beed9a8becb1b0ed9a8a |
UHC | 챰횊찾횋챰횊 | 110000111011000111000011100010001100001110100011110000111000100111000011101100011100001110001000 | c3b1c388c3a3c389c3b1c388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)