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 | 循惡? | 1000111101111010100111001010011000111111 | 8f7a9ca63f |
EUC-JP | 循惡? | 1011110111011011110110001010100000111111 | bddbd8a83f |
UTF-8 | 循惡栒 | 111001011011111010101010111001101000001110100001111001101010000010010010 | e5beaae683a1e6a092 |
UHC | 循惡栒 | 111000101110000011100100110000101110001011100011 | e2e0e4c2e2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)