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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鏃?帝絅? | 1110100001010110001111111001001011101001111000110100010000111111 | e8563f92e9e3443f |
EUC-JP | 鏃?帝絅? | 1110111110110111001111111100010011101011111001011010010100111111 | efb73fc4ebe5a53f |
UTF-8 | 鏃렦帝絅렔 | 111010011000111110000011111010111010000010100110111001011011100010011101111001111011010110000101111010111010000010010100 | e98f83eba0a6e5b89de7b585eba094 |
UHC | 鏃렦帝絅렔 | 11110000111011001000111010110101111100001010100011001100111001111000111010101001 | f0ec8eb5f0a8cce78ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)