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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 余???B | 100101110101110100111111001111110011111101000010 | 975d3f3f3f42 |
EUC-JP | 余???B | 110011011011111000111111001111110011111101000010 | cdbe3f3f3f42 |
UTF-8 | 余꾆얜쳜B | 11100100101111011001100111101010101111101000011011101100100101101001110011101100101100111001110001000010 | e4bd99eabe86ec969cecb39c42 |
UHC | 余꾆얜쳜B | 111001011111100110000100110011101011111011101011101010111000001001000010 | e5f984cebeebab8242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)