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 | 実邪蔬 | 100011101100000010001110110101111110010011110100 | 8ec08ed7e4f4 |
EUC-JP | 実邪蔬 | 101111001100001010111100110110011110100011110110 | bcc2bcd9e8f6 |
UTF-8 | 実邪蔬 | 111001011010111010011111111010011000001010101010111010001001010010101100 | e5ae9fe982aae894ac |
UHC | ?邪蔬 | 0011111111011110111101111110000111001010 | 3fdef7e1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)