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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬲榊沺辷セ | 111010011010110110001101111001011001111110011111111001111000100010111110 | e9ad8de59f9fe788be |
EUC-JP | 鬲榊沺辷セ | 11110010101011111011101011100111110111101010000111101101111010001000111010111110 | f2afbae7dea1ede88ebe |
UTF-8 | 鬲榊沺辷セ | 111010011010110010110010111001101010011010001010111001101011001010111010111010001011111010110111111011111011110110111110 | e9acb2e6a68ae6b2bae8beb7efbdbe |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)