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 | 鞣赦軸 | 111010001110001010001110110011011000111010110010 | e8e28ecd8eb2 |
EUC-JP | 鞣赦軸 | 111100001110010010111100110011111011110010110100 | f0e4bccfbcb4 |
UTF-8 | 鞣赦軸 | 111010011001111010100011111010001011010110100110111010001011101110111000 | e99ea3e8b5a6e8bbb8 |
UHC | ?赦軸 | 0011111111011110111101011111010111101110 | 3fdef5f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)