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 | ?紫悸 | 0011111110001110100001111001110010100111 | 3f8e879ca7 |
EUC-JP | ?紫悸 | 0011111110111011111001111101100010101001 | 3fbbe7d8a9 |
UTF-8 | 뤂紫悸 | 111010111010010010000010111001111011010010101011111001101000001010111000 | eba482e7b4abe682b8 |
UHC | 뤂紫悸 | 100011111011001111101101101110011100110011111011 | 8fb3edb9ccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)