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 | 闖也無 | 111010001000111110010110111001111001011010110011 | e88f96e796b3 |
EUC-JP | 闖也無 | 111011111110111111001100111010011100110010110101 | efefcce9ccb5 |
UTF-8 | 闖也無 | 111010011001011110010110111001001011100110011111111001111000010010100001 | e99796e4b99fe784a1 |
UHC | 闖也無 | 111101111110011011100101101001011101100111101101 | f7e6e5a5d9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)