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 | 騾。隘Ё | 11101001100000001010000111101000101001011000010001000110 | e980a1e8a58446 |
EUC-JP | 騾。隘Ё | 1111000111100000100011101010000111110000101001111010011110100111 | f1e08ea1f0a7a7a7 |
UTF-8 | 騾。隘Ё | 1110100110101000101111101110111110111101101000011110100110011010100110001101000010000001 | e9a8beefbda1e99a98d081 |
UHC | ??隘Ё | 001111110011111111100100111101101010110010100111 | 3f3fe4f6aca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)