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 | 驕第辧 | 111010011000000110010001111001101001100110011111 | e98191e6999f |
EUC-JP | 驕第辧 | 111100011110000111000010111010001101001010100001 | f1e1c2e8d2a1 |
UTF-8 | 驕第辧 | 111010011010100110010101111001111010110010101100111010001011111010100111 | e9a995e7acace8bea7 |
UHC | 驕第? | 1100111011110110111100001010111100111111 | cef6f0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)