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 | 遏齢勢薰ャ | 111001111001111110010111111011101001000010101000111110111001111010101100 | e79f97ee90a8fb9eac |
EUC-JP | 遏齢勢?ャ | 111011101010000111001110111100001100000010101010001111111000111010101100 | eea1cef0c0aa3f8eac |
UTF-8 | 遏齢勢薰ャ | 111010011000000110001111111010011011110110100010111001011000101110100010111010001001011010110000111011111011110110101100 | e9818fe9bda2e58ba2e896b0efbdac |
UHC | ??勢薰? | 00111111001111111110000110100111111111011011100100111111 | 3f3fe1a7fdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)