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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | 腰??意 | 100011011001100000111111001111111000100011010011 | 8d983f3f88d3 |
EUC-JP | 腰?º意 | 1011100111111000001111111000111110100010111010111011000011010101 | b9f83f8fa2ebb0d5 |
UTF-8 | 腰밸º意 | 1110100010000101101100001110101110110000101110001100001010111010111001101000010010001111 | e885b0ebb0b8c2bae6848f |
UHC | 腰밸º意 | 1110100110100110101110011110101110101000101011001110101111110010 | e9a6b9eba8acebf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)