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 | 柴柴鍰 | 100011101100010010001110110001001111101111011111 | 8ec48ec4fbdf |
EUC-JP | 柴柴鍰 | 10111100110001101011110011000110100011111110010011111010 | bcc6bcc68fe4fa |
UTF-8 | 柴柴鍰 | 111001101001111110110100111001101001111110110100111010011000110110110000 | e69fb4e69fb4e98db0 |
UHC | 柴柴? | 1110001111000011111000111100001100111111 | e3c3e3c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)