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 | 鏃?帝絅?屯 | 11101000010101100011111110010010111010011110001101000100001111111001001111010100 | e8563f92e9e3443f93d4 |
EUC-JP | 鏃?帝絅?屯 | 11101111101101110011111111000100111010111110010110100101001111111100011011010110 | efb73fc4ebe5a53fc6d6 |
UTF-8 | 鏃렦帝絅렔屯 | 111010011000111110000011111010111010000010100110111001011011100010011101111001111011010110000101111010111010000010010100111001011011000110101111 | e98f83eba0a6e5b89de7b585eba094e5b1af |
UHC | 鏃렦帝絅렔屯 | 111100001110110010001110101101011111000010101000110011001110011110001110101010011101010011101010 | f0ec8eb5f0a8cce78ea9d4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)