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 | 渫?憶 | 1001111111010110001111111000100110101111 | 9fd63f89af |
EUC-JP | 渫璲憶 | 11011110110110001000111111001100111001011011001010110001 | ded88fcce5b2b1 |
UTF-8 | 渫璲憶 | 111001101011100010101011111001111001001010110010111001101000011010110110 | e6b8abe792b2e686b6 |
UHC | 渫璲憶 | 111000001101111011100010101100001110010111100011 | e0dee2b0e5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)