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 | 嵬?ギ | 1001101111001010001111111000001101001101 | 9bca3f834d |
EUC-JP | 嵬?ギ | 1101011011001100001111111010010110101110 | d6cc3fa5ae |
UTF-8 | 嵬딃ギ | 111001011011010110101100111010111001010010000011111000111000001010101110 | e5b5aceb9483e382ae |
UHC | 嵬딃ギ | 111010001110001110001010111010011010101110101110 | e8e38ae9abae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)