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 | 柴者勺 | 100011101100010010001110110100101000111011011001 | 8ec48ed28ed9 |
EUC-JP | 柴者勺 | 101111001100011010111100110101001011110011011011 | bcc6bcd4bcdb |
UTF-8 | 柴者勺 | 111001101001111110110100111010001000000010000101111001011000101110111010 | e69fb4e88085e58bba |
UHC | 柴者勺 | 111000111100001111101101101110101110110111000011 | e3c3edbaedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)