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 | 訟ワ遧 | 10001111110101111101110011111011101101011111100001000001 | 8fd7dcfbb5f841 |
EUC-JP | 訟ワ遧? | 1011111011011001100011101101110010001111111000011110001000111111 | bed98edc8fe1e23f |
UTF-8 | 訟ワ遧 | 111010001010100010011111111011111011111010011100111010011000000110100111111011101001011110100001 | e8a89fefbe9ce981a7ee97a1 |
UHC | 訟??? | 1110000111101000001111110011111100111111 | e1e83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)