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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閻ー妺 | 1110100010000101101100001111101010100101 | e885b0faa5 |
EUC-JP | 閻ー妺 | 11101111111001011000111010110000100011111011100110110111 | efe58eb08fb9b7 |
UTF-8 | 閻ー妺 | 111010011001011010111011111011111011110110110000111001011010011010111010 | e996bbefbdb0e5a6ba |
UHC | 閻?? | 11100111101000100011111100111111 | e7a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)