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 | ?I???? | 001111110100100100111111001111110011111100111111 | 3f493f3f3f3f |
SJIS-WIN | ?I???? | 001111110100100100111111001111110011111100111111 | 3f493f3f3f3f |
EUC-JP | ?I???? | 001111110100100100111111001111110011111100111111 | 3f493f3f3f3f |
UTF-8 | 첬I횚첬짧짚 | 11101100101100101010110001001001111011011001101010011010111011001011001010101100111011001010011110100111111011001010011110011010 | ecb2ac49ed9a9aecb2aceca7a7eca79a |
UHC | 첬I횚첬짧짚 | 1100001110111010010010011100001110010100110000111011101011000010101010101100001010100100 | c3ba49c394c3bac2aac2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)