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 | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
SJIS-WIN | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
EUC-JP | ????h??? | 0011111100111111001111110011111101101000001111110011111100111111 | 3f3f3f3f683f3f3f |
UTF-8 | 철횚첬횜h철횚첬 | 11101100101100101010000011101101100110101001101011101100101100101010110011101101100110101001110001101000111011001011001010100000111011011001101010011010111011001011001010101100 | ecb2a0ed9a9aecb2aced9a9c68ecb2a0ed9a9aecb2ac |
UHC | 철횚첬횜h철횚첬 | 110000111011011011000011100101001100001110111010110000111001011001101000110000111011011011000011100101001100001110111010 | c3b6c394c3bac39668c3b6c394c3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)