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 | 諢会、倅コ | 1110011010000100100010011110111110100100100110001110010010111010 | e68489efa498e4ba |
EUC-JP | 諢会、倅コ | 11101011111001001011001011110001100011101010010011010000111001101000111010111010 | ebe4b2f18ea4d0e68eba |
UTF-8 | 諢会、倅コ | 111010001010101110100010111001001011110010011010111011111011110110100100111001011000000010000101111011111011110110111010 | e8aba2e4bc9aefbda4e58085efbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)