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 | ?獨?嫩 | 001111111110000011010101001111111001101101100011 | 3fe0d53f9b63 |
EUC-JP | ?獨?嫩 | 001111111110000011010111001111111101010111000100 | 3fe0d73fd5c4 |
UTF-8 | 뤯獨읊嫩 | 111010111010010010101111111001111000110110101000111011001001110110001010111001011010101110101001 | eba4afe78da8ec9d8ae5aba9 |
UHC | 뤯獨읊嫩 | 1000111111011101110101001011110011000000101111001101001011101100 | 8fddd4bcc0bcd2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)