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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 咫疼G | 1001101001000000111000010111010101000111 | 9a40e17547 |
EUC-JP | 咫疼G | 1101001110100001111000011101011001000111 | d3a1e1d647 |
UTF-8 | 咫疼G | 11100101100100101010101111100111100101101011110001000111 | e592abe796bc47 |
UHC | 咫疼G | 1111001010100001110101001101100101000111 | f2a1d4d947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)