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 | 蜚ッ蠎キ | 111001011001010010101111111001011011101010110111 | e594afe5bab7 |
EUC-JP | 蜚ッ蠎キ | 1110100111110100100011101010111111101010101111001000111010110111 | e9f48eafeabc8eb7 |
UTF-8 | 蜚ッ蠎キ | 111010001001110010011010111011111011110110101111111010001010000010001110111011111011110110110111 | e89c9aefbdafe8a08eefbdb7 |
UHC | 蜚??? | 1101111010100100001111110011111100111111 | dea43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)