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 | 蜚ッ蜈ア | 111001011001010010101111111001011000010110110001 | e594afe585b1 |
EUC-JP | 蜚ッ蜈ア | 1110100111110100100011101010111111101001111001011000111010110001 | e9f48eafe9e58eb1 |
UTF-8 | 蜚ッ蜈ア | 111010001001110010011010111011111011110110101111111010001001110010001000111011111011110110110001 | e89c9aefbdafe89c88efbdb1 |
UHC | 蜚?蜈? | 110111101010010000111111111010001010010100111111 | dea43fe8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)