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 | 閻??艤 | 111010001000010100111111001111111110010001111110 | e8853f3fe47e |
EUC-JP | 閻??艤 | 111011111110010100111111001111111110011111011111 | efe53f3fe7df |
UTF-8 | 閻띻쐼艤 | 111010011001011010111011111010111001110110111011111011001001000010111100111010001000100110100100 | e996bbeb9dbbec90bce889a4 |
UHC | 閻띻쐼艤 | 1110011110100010100011011110101010111110101000101110101111111010 | e7a28deabea2ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)