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 | 鉷セ釼鶴セ | 1111101111001101101111101110011111011101111111000100100110111110 | fbcdbee7ddfc49be |
EUC-JP | 鉷セ釼?セ | 10001111111000111111000110001110101111101110111011011111001111111000111010111110 | 8fe3f18ebeeedf3f8ebe |
UTF-8 | 鉷セ釼鶴セ | 111010011000100110110111111011111011110110111110111010011000011110111100111011111010100010101101111011111011110110111110 | e989b7efbdbee987bcefa8adefbdbe |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)