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 | 柴邪 | 100011101100010010001110110101111111000011101001 | 8ec48ed7f0e9 |
EUC-JP | 柴邪? | 1011110011000110101111001101100100111111 | bcc6bcd93f |
UTF-8 | 柴邪 | 111001101001111110110100111010011000001010101010111011101000001010101000 | e69fb4e982aaee82a8 |
UHC | 柴邪? | 1110001111000011110111101111011100111111 | e3c3def73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)