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 | 譽??擁 | 111001101010001100111111001111111001011101101001 | e6a33f3f9769 |
EUC-JP | 譽??擁 | 111011001010010100111111001111111100110111001010 | eca53f3fcdca |
UTF-8 | 譽깁걶擁 | 111010001010110110111101111010101011100110000001111010101011000110110110111001101001001110000001 | e8adbdeab981eab1b6e69381 |
UHC | 譽깁걶擁 | 1110011111100010101100011110100110000001100111001110100010110110 | e7e2b1e9819ce8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)