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 | 瓮e<齬 | 1110000101000100100000101000010110000001100000111110101010010111 | e14482858183ea97 |
EUC-JP | 瓮e<齬 | 1110000110100101101000111110010110100001111000111111001111110111 | e1a5a3e5a1e3f3f7 |
UTF-8 | 瓮e<齬 | 111001111001001110101110111011111011110110000101111011111011110010011100111010011011110110101100 | e793aeefbd85efbc9ce9bdac |
UHC | 瓮e<齬 | 1110100010110111101000111110010110100011101111001110010111100001 | e8b7a3e5a3bce5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)