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 | 褶カ諶 | 1110010111110111101101101111101110101010 | e5f7b6fbaa |
EUC-JP | 褶カ諶 | 11101010111110011000111010110110100011111101111010110101 | eaf98eb68fdeb5 |
UTF-8 | 褶カ諶 | 111010001010010010110110111011111011110110110110111010001010101110110110 | e8a4b6efbdb6e8abb6 |
UHC | 褶?諶 | 1110001110101000001111111110010010100110 | e3a83fe4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)