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 | 闍咎ァェ | 111010001000101110011001111010011010011110101010 | e88b99e9a7aa |
EUC-JP | 闍咎ァェ | 1110111111101011110100101110101110001110101001111000111010101010 | efebd2eb8ea78eaa |
UTF-8 | 闍咎ァェ | 111010011001011110001101111001011001001010001110111011111011110110100111111011111011110110101010 | e9978de5928eefbda7efbdaa |
UHC | ?咎?? | 0011111111001111101001000011111100111111 | 3fcfa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)