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 | 膠笈オ膕 | 11100100010100001000101110001000101101011110010001010001 | e4508b88b5e451 |
EUC-JP | 膠笈オ膕 | 1110011110110001101101011110100010001110101101011110011110110010 | e7b1b5e88eb5e7b2 |
UTF-8 | 膠笈オ膕 | 111010001000011010100000111001111010110010001000111011111011110110110101111010001000011010010101 | e886a0e7ac88efbdb5e88695 |
UHC | 膠??? | 1100111011101111001111110011111100111111 | ceef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)