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 | 髴縄クク寘 | 1110100110011100100100111110101010111000101110001111101010101001 | e99c93eab8b8faa9 |
EUC-JP | 髴縄クク寘 | 1111000111111100110001101110110010001110101110001000111010111000100011111011101011100001 | f1fcc6ec8eb88eb88fbae1 |
UTF-8 | 髴縄クク寘 | 111010011010101110110100111001111011100010000100111011111011110110111000111011111011110110111000111001011010111110011000 | e9abb4e7b884efbdb8efbdb8e5af98 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)