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 | 챤횗챈철창첸 | 111011001011000110100100111011011001101010010111111011001011000110001000111011001011001010100000111011001011000010111101111011001011001010111000 | ecb1a4ed9a97ecb188ecb2a0ecb0bdecb2b8 |
UHC | 챤횗챈철창첸 | 110000111010111011000011100100011100001110100110110000111011011011000011101000101100001110111110 | c3aec391c3a6c3b6c3a2c3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)