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 | 斜耳蒔 | 100011101100111010001110101010001000111010101010 | 8ece8ea88eaa |
EUC-JP | 斜耳蒔 | 101111001101000010111100101010101011110010101100 | bcd0bcaabcac |
UTF-8 | 斜耳蒔 | 111001101001011010011100111010001000000010110011111010001001001010010100 | e6969ce880b3e89294 |
UHC | 斜耳蒔 | 110111101101100011101100101111001110001111001000 | ded8ecbce3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)