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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?紫悸? | 001111111000111010000111100111001010011100111111 | 3f8e879ca73f |
EUC-JP | ?紫悸? | 001111111011101111100111110110001010100100111111 | 3fbbe7d8a93f |
UTF-8 | 뤂紫悸뤺 | 111010111010010010000010111001111011010010101011111001101000001010111000111010111010010010111010 | eba482e7b4abe682b8eba4ba |
UHC | 뤂紫悸뤺 | 1000111110110011111011011011100111001100111110111000111111101000 | 8fb3edb9ccfb8fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)