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 | 艤井何罌 | 1110010001111110100010001110010010001001101111011110001110100000 | e47e88e489bde3a0 |
EUC-JP | 艤井何罌 | 1110011111011111101100001110011010110010101111111110011010100010 | e7dfb0e6b2bfe6a2 |
UTF-8 | 艤井何罌 | 111010001000100110100100111001001011101010010101111001001011110110010101111001111011110110001100 | e889a4e4ba95e4bd95e7bd8c |
UHC | 艤井何罌 | 1110101111111010111011111100110011111001101111001110010110100010 | ebfaefccf9bce5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)