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 | 賃?沮?賃? | 100100101100000000111111100111111001110000111111100100101100000000111111 | 92c03f9f9c3f92c03f |
EUC-JP | 賃?沮?賃? | 110001001100001000111111110111011111110000111111110001001100001000111111 | c4c23fddfc3fc4c23f |
UTF-8 | 賃렪沮렑賃렪 | 111010001011001110000011111010111010000010101010111001101011001010101110111010111010000010010001111010001011001110000011111010111010000010101010 | e8b383eba0aae6b2aeeba091e8b383eba0aa |
UHC | 賃렪沮렑賃렪 | 111011001111110010001110101110001110111011000001100011101010011011101100111111001000111010111000 | ecfc8eb8eec18ea6ecfc8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)