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 | ??i@??i@B | 001111110011111101101001010000000011111100111111011010010100000001000010 | 3f3f69403f3f694042 |
SJIS-WIN | 嶸ーi@嶸ーi@B | 1111101010110100101100000110100101000000111110101011010010110000011010010100000001000010 | fab4b06940fab4b0694042 |
EUC-JP | 嶸ーi@嶸ーi@B | 100011111011101111110100100011101011000001101001010000001000111110111011111101001000111010110000011010010100000001000010 | 8fbbf48eb069408fbbf48eb0694042 |
UTF-8 | 嶸ーi@嶸ーi@B | 1110010110110110101110001110111110111101101100000110100101000000111001011011011010111000111011111011110110110000011010010100000001000010 | e5b6b8efbdb06940e5b6b8efbdb0694042 |
UHC | 嶸?i@嶸?i@B | 1110011110101110001111110110100101000000111001111010111000111111011010010100000001000010 | e7ae3f6940e7ae3f694042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)