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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??樟 | 00111111001111111000111110111110 | 3f3f8fbe |
EUC-JP | 翟?樟 | 100011111101010110111100001111111011111011000000 | 8fd5bc3fbec0 |
UTF-8 | 翟렲樟 | 111001111011111110011111111010111010000010110010111001101010100010011111 | e7bf9feba0b2e6a89f |
UHC | 翟렲樟 | 111011101110000110001110101111111110110111101001 | eee18ebfede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)