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 | 淙?莊?? | 10011111110010000011111111100100101101010011111100111111 | 9fc83fe4b53f3f |
EUC-JP | 淙?莊?佾 | 110111101100101000111111111010001011011100111111100011111011000011111011 | deca3fe8b73f8fb0fb |
UTF-8 | 淙렊莊렡佾 | 111001101011011110011001111010111010000010001010111010001000111010001010111010111010000010100001111001001011110110111110 | e6b799eba08ae88e8aeba0a1e4bdbe |
UHC | 淙렊莊렡佾 | 11110000111110001000111010100001111011011111011010001110101100101110110011101011 | f0f88ea1edf68eb2eceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)