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 | 蜩磯ュ賛 | 11100101100100111000100011101001101011011000111001011110 | e59388e9ad8e5e |
EUC-JP | 蜩磯ュ賛 | 1110100111110011101100001110101110001110101011011011101110111111 | e9f3b0eb8eadbbbf |
UTF-8 | 蜩磯ュ賛 | 111010001001110010101001111001111010001110101111111011111011110110101101111010001011001110011011 | e89ca9e7a3afefbdade8b39b |
UHC | ?磯?? | 0011111111010001101101000011111100111111 | 3fd1b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)