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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
EUC-JP | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
UTF-8 | 횩횉쩔횥d | 11101101100110101010100111101101100110101000100111101100101010011001010011101101100110101010010101100100 | ed9aa9ed9a89eca994ed9aa564 |
UHC | 횩횉쩔횥d | 110000111001111111000011100001111100001010111111110000111001110001100100 | c39fc387c2bfc39c64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)