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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霆メ寬」鴫昇 | 11101000101110111101001011111010101010101010001110001110101100001000111110111000 | e8bbd2faaaa38eb08fb8 |
EUC-JP | 霆メ?」鴫昇 | 1111000010111101100011101101001000111111100011101010001110111100101100101011111010111010 | f0bd8ed23f8ea3bcb2beba |
UTF-8 | 霆メ寬」鴫昇 | 111010011001110010000110111011111011111010010010111001011010111110101100111011111011110110100011111010011011010010101011111001101001100010000111 | e99c86efbe92e5afacefbda3e9b4abe69887 |
UHC | 霆?寬??昇 | 111011111111110100111111110011101011000000111111001111111110001110110000 | effd3fceb03f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)