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 | 踟イ寀シ | 111001101111011110110010111110101010011110111100 | e6f7b2faa7bc |
EUC-JP | 踟イ寀シ | 111011001111100110001110101100101000111110111010110110111000111010111100 | ecf98eb28fbadb8ebc |
UTF-8 | 踟イ寀シ | 111010001011100010011111111011111011110110110010111001011010111110000000111011111011110110111100 | e8b89fefbdb2e5af80efbdbc |
UHC | ??寀? | 0011111100111111111100111111001000111111 | 3f3ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)