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 | ∫?∨? | 100000011110011100111111100000011100100100111111 | 81e73f81c93f |
EUC-JP | ∫?∨? | 101000101110100100111111101000101100101100111111 | a2e93fa2cb3f |
UTF-8 | ∫룶∨룵 | 111000101000100010101011111010111010001110110110111000101000100010101000111010111010001110110101 | e288abeba3b6e288a8eba3b5 |
UHC | ∫룶∨룵 | 1010000111110010100011111010101110100001111111011000111110101010 | a1f28faba1fd8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)