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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遶ェ貉幄セ | 1110011110101011101010101110011010111001100110111110100010111110 | e7abaae6b99be8be |
EUC-JP | 遶ェ貉幄セ | 11101110101011011000111010101010111011001011101111010110111010101000111010111110 | eead8eaaecbbd6ea8ebe |
UTF-8 | 遶ェ貉幄セ | 111010011000000110110110111011111011110110101010111010001011001010001001111001011011100110000100111011111011110110111110 | e981b6efbdaae8b289e5b984efbdbe |
UHC | ???幄? | 001111110011111100111111111001001100000100111111 | 3f3f3fe4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)