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 | 語??腰? | 10001100111010100011111100111111100011011001100000111111 | 8cea3f3f8d983f |
EUC-JP | 語??腰? | 10111000111011000011111100111111101110011111100000111111 | b8ec3f3fb9f83f |
UTF-8 | 語뤺뾹腰캺 | 111010001010101010011110111010111010010010111010111010111011111010111001111010001000010110110000111011001011101010111010 | e8aa9eeba4baebbeb9e885b0ecbaba |
UHC | 語뤺뾹腰캺 | 11100101110111101000111111101000100101111000000111101001101001101011000001011010 | e5de8fe89781e9a6b05a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)