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 | 琿癡窶 | 111000001110101111100001100101111110001010000000 | e0ebe197e280 |
EUC-JP | 琿癡窶 | 111000001110110111100001111101111110001111100000 | e0ede1f7e3e0 |
UTF-8 | 琿癡窶 | 111001111001000010111111111001111001100110100001111001111010101010110110 | e790bfe799a1e7aab6 |
UHC | 琿癡? | 1111101111101010111101101100001000111111 | fbeaf6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)