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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韶。魑ァ鈕ゥ | 111010001110111010100001111010011011001110100111111001111110010010101001 | e8eea1e9b3a7e7e4a9 |
EUC-JP | 韶。魑ァ鈕ゥ | 111100001111000010001110101000011111001010110101100011101010011111101110111001101000111010101001 | f0f08ea1f2b58ea7eee68ea9 |
UTF-8 | 韶。魑ァ鈕ゥ | 111010011001111110110110111011111011110110100001111010011010110110010001111011111011110110100111111010011000100010010101111011111011110110101001 | e99fb6efbda1e9ad91efbda7e98895efbda9 |
UHC | 韶????? | 11100001110100100011111100111111001111110011111100111111 | e1d23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)