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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 聽城宛丼Y | 111000111110001110001111111010011000100010110110100110001010010101011001 | e3e38fe988b698a559 |
EUC-JP | 聽城宛丼Y | 111001101110010110111110111010111011000010111000110100001010011101011001 | e6e5beebb0b8d0a759 |
UTF-8 | 聽城宛丼Y | 11101000100000011011110111100101100111111000111011100101101011101001101111100100101110001011110001011001 | e881bde59f8ee5ae9be4b8bc59 |
UHC | 聽城宛?Y | 1111010011101001111000001111001011101000110010000011111101011001 | f4e9e0f2e8c83f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)