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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 汚錞 | 10001001100110001111101111011011 | 8998fbdb |
EUC-JP | 汚錞 | 1011000111111000100011111110010011011100 | b1f88fe4dc |
UTF-8 | 汚錞 | 111001101011000110011010111010011000110010011110 | e6b19ae98c9e |
UHC | 汚錞 | 11100111111111011110001011110110 | e7fde2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)