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 | 獎猖璢獵 | 1110000011010000111000001100100111100000111000111110000011011000 | e0d0e0c9e0e3e0d8 |
EUC-JP | 獎猖璢獵 | 1110000011010010111000001100101111100000111001011110000011011010 | e0d2e0cbe0e5e0da |
UTF-8 | 獎猖璢獵 | 111001111000110110001110111001111000110010010110111001111001001010100010111001111000110110110101 | e78d8ee78c96e792a2e78db5 |
UHC | ?猖?獵 | 001111111111001111101001001111111101011010110100 | 3ff3e93fd6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)