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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 循惡?\ | 100011110111101010011100101001100011111101011100 | 8f7a9ca63f5c |
EUC-JP | 循惡?\ | 101111011101101111011000101010000011111101011100 | bddbd8a83f5c |
UTF-8 | 循惡栒\ | 11100101101111101010101011100110100000111010000111100110101000001001001001011100 | e5beaae683a1e6a0925c |
UHC | 循惡栒\ | 11100010111000001110010011000010111000101110001101011100 | e2e0e4c2e2e35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)