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 | 驟守無 | 111010011000010110001110111001111001011010110011 | e9858ee796b3 |
EUC-JP | 驟守無 | 111100011110010110111100111010011100110010110101 | f1e5bce9ccb5 |
UTF-8 | 驟守無 | 111010011010100110011111111001011010111010001000111001111000010010100001 | e9a99fe5ae88e784a1 |
UHC | 驟守無 | 111101101010111011100001111110101101100111101101 | f6aee1fad9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)