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 | 赦汐 | 111100001010111110001110110011011000111010101100 | f0af8ecd8eac |
EUC-JP | ?赦汐 | 0011111110111100110011111011110010101110 | 3fbccfbcae |
UTF-8 | 赦汐 | 111011101000000110101110111010001011010110100110111001101011000110010000 | ee81aee8b5a6e6b190 |
UHC | ?赦汐 | 0011111111011110111101011110000010110001 | 3fdef5e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)