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 | 堤封??精? | 100100101110011110010101100101010011111100111111100100001011100000111111 | 92e795953f3f90b83f |
EUC-JP | 堤封??精? | 110001001110100111001001111101010011111100111111110000001011101000111111 | c4e9c9f53f3fc0ba3f |
UTF-8 | 堤封렭렏精렦 | 111001011010000010100100111001011011000010000001111010111010000010101101111010111010000010001111111001111011001010111110111010111010000010100110 | e5a0a4e5b081eba0adeba08fe7b2beeba0a6 |
UHC | 堤封렭렏精렦 | 111100001010011111011100111001101000111010111010100011101010010111101111111100011000111010110101 | f0a7dce68eba8ea5eff18eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)