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 | 筌?;諭?? | 111000101010001100111111100000010100011110010111010000000011111100111111 | e2a33f814797403f3f |
EUC-JP | 筌?;諭?? | 111001001010010100111111101000011010100011001101101000010011111100111111 | e4a53fa1a8cda13f3f |
UTF-8 | 筌뚮;諭욥뭣 | 111001111010110110001100111010111001101010101110111011111011110010011011111010001010101110101101111011001001101010100101111010111010110110100011 | e7ad8ceb9aaeefbc9be8abadec9aa5ebada3 |
UHC | 筌뚮;諭욥뭣 | 111011111010011110001100111010111010001110111011111010111011000110111111111010011011100110111101 | efa78ceba3bbebb1bfe9b9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)