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 | 驟乞幹 | 111010011000010110001100111011101000101010110010 | e9858cee8ab2 |
EUC-JP | 驟乞幹 | 111100011110010110111000111100001011010010110100 | f1e5b8f0b4b4 |
UTF-8 | 驟乞幹 | 111010011010100110011111111001001011100110011110111001011011100110111001 | e9a99fe4b99ee5b9b9 |
UHC | 驟乞幹 | 111101101010111011001011111101111100101011001111 | f6aecbf7cacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)