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 | Þ÷ì³K | 1101111011110111111011001011001101001011 | def7ecb34b |
SJIS-WIN | ?÷??K | 001111111000000110000000001111110011111101001011 | 3f81803f3f4b |
EUC-JP | Þ÷ì?K | 10001111101010011011000010100001111000001000111110101011110000000011111101001011 | 8fa9b0a1e08fabc03f4b |
UTF-8 | Þ÷ì³K | 110000111001111011000011101101111100001110101100110000101011001101001011 | c39ec3b7c3acc2b34b |
UHC | Þ÷?³K | 1010100010101101101000011100000000111111101010011111100001001011 | a8ada1c03fa9f84b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)