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 | ????Oh?? | 0011111100111111001111110011111101001111011010000011111100111111 | 3f3f3f3f4f683f3f |
SJIS-WIN | ????Oh?? | 0011111100111111001111110011111101001111011010000011111100111111 | 3f3f3f3f4f683f3f |
EUC-JP | ????Oh?? | 0011111100111111001111110011111101001111011010000011111100111111 | 3f3f3f3f4f683f3f |
UTF-8 | 혧짧횕청Oh혧짧 | 1110110110011000101001111110110010100111101001111110110110011010100101011110110010110010101011010100111101101000111011011001100010100111111011001010011110100111 | ed98a7eca7a7ed9a95ecb2ad4f68ed98a7eca7a7 |
UHC | 혧짧횕청Oh혧짧 | 1100001010001111110000101010101011000011100011111100001110111011010011110110100011000010100011111100001010101010 | c28fc2aac38fc3bb4f68c28fc2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)