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 | 繒槃飛燼 | 1111101110001111100111101100111110010100111100101110000010011110 | fb8f9ecf94f2e09e |
EUC-JP | 繒槃飛燼 | 100011111101010011010100110111001101000111001000111101001101111111111110 | 8fd4d4dcd1c8f4dffe |
UTF-8 | 繒槃飛燼 | 111001111011100110010010111001101010011110000011111010011010001110011011111001111000011110111100 | e7b992e6a783e9a39be787bc |
UHC | 繒槃飛燼 | 1111000111111001110110101110100111011110101010111110001111101000 | f1f9dae9deabe3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)