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 | 驕應ス | 1110100110000001100111001110010010111101 | e9819ce4bd |
EUC-JP | 驕應ス | 111100011110000111011000111001101000111010111101 | f1e1d8e68ebd |
UTF-8 | 驕應ス | 111010011010100110010101111001101000011110001001111011111011110110111101 | e9a995e68789efbdbd |
UHC | 驕應? | 1100111011110110111010111110101100111111 | cef6ebeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)