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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薔э戎芟 | 1110010101001011100001001000111110001111010111101110010010001100 | e54b848f8f5ee48c |
EUC-JP | 薔э戎芟 | 1110100110101100101001111110111110111101101111111110011111101100 | e9aca7efbdbfe7ec |
UTF-8 | 薔э戎芟 | 1110100010010110100101001101000110001101111001101000100010001110111010001000101010011111 | e89694d18de6888ee88a9f |
UHC | 薔э戎芟 | 1110110111111001101011001110111111101011110101001101111110110111 | edf9acefebd4dfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)