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 | 菘赦杓 | 111001001100001110001110110011011000111011011011 | e4c38ecd8edb |
EUC-JP | 菘赦杓 | 111010001100010110111100110011111011110011011101 | e8c5bccfbcdd |
UTF-8 | 菘赦杓 | 111010001000111110011000111010001011010110100110111001101001110110010011 | e88f98e8b5a6e69d93 |
UHC | ?赦杓 | 0011111111011110111101011111100011110101 | 3fdef5f8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)