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 | 循衙恂 | 100011110111101011100101110010011001110010010110 | 8f7ae5c99c96 |
EUC-JP | 循衙恂 | 101111011101101111101010110010111101011111110110 | bddbeacbd7f6 |
UTF-8 | 循衙恂 | 111001011011111010101010111010001010000110011001111001101000000110000010 | e5beaae8a199e68182 |
UHC | 循衙恂 | 111000101110000011100100101101111110001011100001 | e2e0e4b7e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)