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 | 暲?莊?中 | 1111101011011100001111111110010010110101001111111001001010000110 | fadc3fe4b53f9286 |
EUC-JP | 暲?莊?中 | 100011111100001011011011001111111110100010110111001111111100001111100110 | 8fc2db3fe8b73fc3e6 |
UTF-8 | 暲렱莊렱中 | 111001101001101010110010111010111010000010110001111010001000111010001010111010111010000010110001111001001011100010101101 | e69ab2eba0b1e88e8aeba0b1e4b8ad |
UHC | 暲렱莊렱中 | 11101101111001111000111010111110111011011111011010001110101111101111000111101001 | ede78ebeedf68ebef1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)