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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???恁≫? | 0011111100111111001111111001110010001100100000011110001000111111 | 3f3f3f9c8c81e23f |
EUC-JP | ???恁≫? | 0011111100111111001111111101011111101100101000101110010000111111 | 3f3f3fd7eca2e43f |
UTF-8 | 淋⑹껜恁≫삟 | 111011111010011110110101111000101001000110111001111010101011101110011100111001101000000110000001111000101000100110101011111011001000001010011111 | efa7b5e291b9eabb9ce68181e289abec829f |
UHC | 淋⑹껜恁≫삟 | 111011001111100010101001111011001011001010110100111011001111011010100001111011011001100010100010 | ecf8a9ecb2b4ecf6a1ed98a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)