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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 騾篠ー莉 | 11101001100000001000111011000010101100001110010010111011 | e9808ec2b0e4bb |
EUC-JP | 騾篠ー莉 | 1111000111100000101111001100010010001110101100001110100010111101 | f1e0bcc48eb0e8bd |
UTF-8 | 騾篠ー莉 | 111010011010100010111110111001111010111110100000111011111011110110110000111010001000111010001001 | e9a8bee7afa0efbdb0e88e89 |
UHC | ?篠?莉 | 001111111110000111000110001111111101011111101001 | 3fe1c63fd7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)