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 | 鮨ャ竊緋ーケ | 111010011011110110101100111000101000011010010100111010101011000010111001 | e9bdace28694eab0b9 |
EUC-JP | 鮨ャ竊緋ーケ | 111100101011111110001110101011001110001111100110110010001110110010001110101100001000111010111001 | f2bf8eace3e6c8ec8eb08eb9 |
UTF-8 | 鮨ャ竊緋ーケ | 111010011010111010101000111011111011110110101100111001111010101110001010111001111011011110001011111011111011110110110000111011111011110110111001 | e9aea8efbdace7ab8ae7b78befbdb0efbdb9 |
UHC | ??竊緋?? | 0011111100111111111011111011110011011101111111000011111100111111 | 3f3fefbcddfc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)