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 | 鉗、寀シ | 111001111110011110100100111110101010011110111100 | e7e7a4faa7bc |
EUC-JP | 鉗、寀シ | 111011101110100110001110101001001000111110111010110110111000111010111100 | eee98ea48fbadb8ebc |
UTF-8 | 鉗、寀シ | 111010011000100110010111111011111011110110100100111001011010111110000000111011111011110110111100 | e98997efbda4e5af80efbdbc |
UHC | 鉗?寀? | 110011001100011000111111111100111111001000111111 | ccc63ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)