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 | ??槽 | 00111111001111111001000110000101 | 3f3f9185 |
EUC-JP | ?璜槽 | 001111111000111111001100110110001100000111100101 | 3f8fccd8c1e5 |
UTF-8 | 뤈璜槽 | 111010111010010010001000111001111001001010011100111001101010011110111101 | eba488e7929ce6a7bd |
UHC | 뤈璜槽 | 100011111011100011111100110101001111000011001011 | 8fb8fcd4f0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)