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 | 谿匁ョ某 | 11100110101011101001011011100110101011101001011001011110 | e6ae96e6ae965e |
EUC-JP | 谿匁ョ某 | 1110110010110000110011001110100010001110101011101100101110111111 | ecb0cce88eaecbbf |
UTF-8 | 谿匁ョ某 | 111010001011000010111111111001011000110010000001111011111011110110101110111001101001111110010000 | e8b0bfe58c81efbdaee69f90 |
UHC | 谿??某 | 110011011010110000111111001111111101100110111011 | cdac3f3fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)