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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 調蝎??蹟 | 1001001010110010111001011001100100111111001111111001000011010110 | 92b2e5993f3f90d6 |
EUC-JP | 調蝎??蹟 | 1100010010110100111010011111100100111111001111111100000011011000 | c4b4e9f93f3fc0d8 |
UTF-8 | 調蝎렟렲蹟 | 111010001010101010111111111010001001110110001110111010111010000010011111111010111010000010110010111010001011100110011111 | e8aabfe89d8eeba09feba0b2e8b99f |
UHC | 調蝎렟렲蹟 | 11110000111000001100101011101001100011101011000010001110101111111110111011100111 | f0e0cae98eb08ebfeee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)