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 | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
SJIS-WIN | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
EUC-JP | ????` | 0011111100111111001111110011111101100000 | 3f3f3f3f60 |
UTF-8 | 횩횉쩔횥` | 11101101100110101010100111101101100110101000100111101100101010011001010011101101100110101010010101100000 | ed9aa9ed9a89eca994ed9aa560 |
UHC | 횩횉쩔횥` | 110000111001111111000011100001111100001010111111110000111001110001100000 | c39fc387c2bfc39c60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)