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 | ??????wh | 0011111100111111001111110011111100111111001111110111011101101000 | 3f3f3f3f3f3f7768 |
SJIS-WIN | ??????wh | 0011111100111111001111110011111100111111001111110111011101101000 | 3f3f3f3f3f3f7768 |
EUC-JP | ??????wh | 0011111100111111001111110011111100111111001111110111011101101000 | 3f3f3f3f3f3f7768 |
UTF-8 | 혧짤횁징횧청wh | 1110110110011000101001111110110010100111101001001110110110011010100000011110110010100111100101011110110110011010101001111110110010110010101011010111011101101000 | ed98a7eca7a4ed9a81eca795ed9aa7ecb2ad7768 |
UHC | 혧짤횁징횧청wh | 1100001010001111110000101010100111000011100000011100001010100001110000111001111011000011101110110111011101101000 | c28fc2a9c381c2a1c39ec3bb7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)