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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 熒?? | 1000111111001010101001110011111100111111 | 8fcaa73f3f |
UTF-8 | 熒쒑뮸 | 111001111000011010010010111011001001001010010001111010111010111010111000 | e78692ec9291ebaeb8 |
UHC | 熒쒑뮸 | 111110111010011110011100111010001001001010111111 | fba79ce892bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)