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 | 蟆冗ョア | 111001011011000010001111111001111010111010110001 | e5b08fe7aeb1 |
EUC-JP | 蟆冗ョア | 1110101010110010101111101110100110001110101011101000111010110001 | eab2bee98eae8eb1 |
UTF-8 | 蟆冗ョア | 111010001001111110000110111001011000011010010111111011111011110110101110111011111011110110110001 | e89f86e58697efbdaeefbdb1 |
UHC | ?冗?? | 0011111111101001101101110011111100111111 | 3fe9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)