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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜩磯ュ撮 | 11100101100100111000100011101001101011011000111001000010 | e59388e9ad8e42 |
EUC-JP | 蜩磯ュ撮 | 1110100111110011101100001110101110001110101011011011101110100011 | e9f3b0eb8eadbba3 |
UTF-8 | 蜩磯ュ撮 | 111010001001110010101001111001111010001110101111111011111011110110101101111001101001001010101110 | e89ca9e7a3afefbdade692ae |
UHC | ?磯?撮 | 001111111101000110110100001111111111010111001001 | 3fd1b43ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)