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 | 畏у? | 1000100011011000100001001000010100111111 | 88d884853f |
EUC-JP | 畏у? | 1011000011011010101001111110010100111111 | b0daa7e53f |
UTF-8 | 畏у댖 | 1110011110010101100011111101000110000011111010111000110010010110 | e7958fd183eb8c96 |
UHC | 畏у댖 | 111010001110011010101100111001011000100010111010 | e8e6ace588ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)