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 | 赦汐茗邪謝 | 10001110110011011000111010101100111001001010101010001110110101111000111011010011 | 8ecd8eace4aa8ed78ed3 |
EUC-JP | 赦汐茗邪謝 | 10111100110011111011110010101110111010001010110010111100110110011011110011010101 | bccfbcaee8acbcd9bcd5 |
UTF-8 | 赦汐茗邪謝 | 111010001011010110100110111001101011000110010000111010001000110010010111111010011000001010101010111010001010110010011101 | e8b5a6e6b190e88c97e982aae8ac9d |
UHC | 赦汐茗邪謝 | 11011110111101011110000010110001110110011010101111011110111101111101111011110011 | def5e0b1d9abdef7def3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)