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 | 111001001000010110001111111010011000100010110110100110001010010101011001 | e4858fe988b698a559 |
EUC-JP | 艱城宛丼Y | 111001111110010110111110111010111011000010111000110100001010011101011001 | e7e5beebb0b8d0a759 |
UTF-8 | 艱城宛丼Y | 11101000100010011011000111100101100111111000111011100101101011101001101111100100101110001011110001011001 | e889b1e59f8ee5ae9be4b8bc59 |
UHC | 艱城宛?Y | 1100101011011110111000001111001011101000110010000011111101011001 | cadee0f2e8c83f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)