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 | 鞁ア汯 | 1110100011011001101100011111101011111000 | e8d9b1faf8 |
EUC-JP | 鞁ア汯 | 11110000110110111000111010110001100011111100011011100011 | f0db8eb18fc6e3 |
UTF-8 | 鞁ア汯 | 111010011001111010000001111011111011110110110001111001101011000110101111 | e99e81efbdb1e6b1af |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)