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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髻狗無 | 111010011001111110001011111001111001011010110011 | e99f8be796b3 |
EUC-JP | 髻狗無 | 111100101010000110110110111010011100110010110101 | f2a1b6e9ccb5 |
UTF-8 | 髻狗無 | 111010011010101110111011111001111000101110010111111001111000010010100001 | e9abbbe78b97e784a1 |
UHC | ?狗無 | 0011111111001111101101111101100111101101 | 3fcfb7d9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)