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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 獸??獸??B | 111000001101011100111111001111111110000011010111001111110011111101000010 | e0d73f3fe0d73f3f42 |
EUC-JP | 獸??獸??B | 111000001101100100111111001111111110000011011001001111110011111101000010 | e0d93f3fe0d93f3f42 |
UTF-8 | 獸걞궪獸걞궪B | 11100111100011011011100011101010101100011001111011101010101101101010101011100111100011011011100011101010101100011001111011101010101101101010101001000010 | e78db8eab19eeab6aae78db8eab19eeab6aa42 |
UHC | 獸걞궪獸걞궪B | 11100010101011101000000110000111100000101011110011100010101011101000000110000111100000101011110001000010 | e2ae818782bce2ae818782bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)