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 | 儲屯???儲 | 100101101101011110010011110101000011111100111111001111111001011011010111 | 96d793d43f3f3f96d7 |
EUC-JP | 儲屯???儲 | 110011001101100111000110110101100011111100111111001111111100110011011001 | ccd9c6d63f3f3fccd9 |
UTF-8 | 儲屯렣브욍儲 | 111001011000010010110010111001011011000110101111111010111010000010100011111010111011100010001100111011001001101010001101111001011000010010110010 | e584b2e5b1afeba0a3ebb88cec9a8de584b2 |
UHC | 儲屯렣브욍儲 | 111011101011100111010100111010101000111010110100101110101110101010111111111000111110111010111001 | eeb9d4ea8eb4baeabfe3eeb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)