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 | 柴樟ャ | 1000111011000100100011111011111010101100 | 8ec48fbeac |
EUC-JP | 柴樟ャ | 101111001100011010111110110000001000111010101100 | bcc6bec08eac |
UTF-8 | 柴樟ャ | 111001101001111110110100111001101010100010011111111011111011110110101100 | e69fb4e6a89fefbdac |
UHC | 柴樟? | 1110001111000011111011011110100100111111 | e3c3ede93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)