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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瓮ユ?殃?? | 111000010100010010000011100001100011111110011111011010010011111100111111 | e14483863f9f693f3f |
EUC-JP | 瓮ユ?殃?? | 111000011010010110100101111001100011111111011101110010100011111100111111 | e1a5a5e63fddca3f3f |
UTF-8 | 瓮ユ뎸殃덅략 | 111001111001001110101110111000111000001110100110111010111000111010111000111001101010111010000011111010111000110110000101111010111001111010110101 | e793aee383a6eb8eb8e6ae83eb8d85eb9eb5 |
UHC | 瓮ユ뎸殃덅략 | 111010001011011110101011111001101000100110001011111001001110101010001000111010001011011110101011 | e8b7abe6898be4ea88e8b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)