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 | 驍よュ縺色 | 11101001100000101000001011100110100000111000010111100011100000011001000001000110 | e98282e68385e3819046 |
EUC-JP | 驍よュ縺色 | 11110001111000101010010011101000101001011110010111100101111000011011111110100111 | f1e2a4e8a5e5e5e1bfa7 |
UTF-8 | 驍よュ縺色 | 111010011010100110001101111000111000001010001000111000111000001110100101111001111011100010111010111010001000100110110010 | e9a98de38288e383a5e7b8bae889b2 |
UHC | 驍よュ?色 | 111111011010010010101010111010001010101111100101001111111101111111100100 | fda4aae8abe53fdfe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)