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 | 螢ッ寀シ | 111001011010001110101111111110101010011110111100 | e5a3affaa7bc |
EUC-JP | 螢ッ寀シ | 111010101010010110001110101011111000111110111010110110111000111010111100 | eaa58eaf8fbadb8ebc |
UTF-8 | 螢ッ寀シ | 111010001001111010100010111011111011110110101111111001011010111110000000111011111011110110111100 | e89ea2efbdafe5af80efbdbc |
UHC | 螢?寀? | 111110111010101100111111111100111111001000111111 | fbab3ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)