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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 毬哈] | 1001111101111011100110011111101101011101 | 9f7b99fb5d |
EUC-JP | 毬哈] | 1101110111011100110100101111110101011101 | dddcd2fd5d |
UTF-8 | 毬哈] | 11100110101011111010110011100101100100111000100001011101 | e6aface593885d |
UHC | 毬哈] | 1100111110110011111110011110101101011101 | cfb3f9eb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)