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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 循ょ?G | 100011110111101010000010111001010011111101000111 | 8f7a82e53f47 |
EUC-JP | 循ょ?G | 101111011101101110100100111001110011111101000111 | bddba4e73f47 |
UTF-8 | 循ょ왎G | 11100101101111101010101011100011100000101000011111101100100110011000111001000111 | e5beaae38287ec998e47 |
UHC | 循ょ왎G | 11100010111000001010101011100111100111101011111101000111 | e2e0aae79ebf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)