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 | 莠ィ寀シ | 111001001011101010101000111110101010011110111100 | e4baa8faa7bc |
EUC-JP | 莠ィ寀シ | 111010001011110010001110101010001000111110111010110110111000111010111100 | e8bc8ea88fbadb8ebc |
UTF-8 | 莠ィ寀シ | 111010001000111010100000111011111011110110101000111001011010111110000000111011111011110110111100 | e88ea0efbda8e5af80efbdbc |
UHC | ??寀? | 0011111100111111111100111111001000111111 | 3f3ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)