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 | 瓮g?? | 111000010100010010000010100001110011111100111111 | e14482873f3f |
EUC-JP | 瓮g?? | 111000011010010110100011111001110011111100111111 | e1a5a3e73f3f |
UTF-8 | 瓮g슝旅 | 111001111001001110101110111011111011110110000111111011001000101010011101111011111010011010000011 | e793aeefbd87ec8a9defa683 |
UHC | 瓮g슝旅 | 1110100010110111101000111110011110111101101110011110011010100001 | e8b7a3e7bdb9e6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)