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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 将茖゚x | 100011111010101111100100101000011101111101111000 | 8fabe4a1df78 |
EUC-JP | 将茖゚x | 10111110101011011110100010100011100011101101111101111000 | beade8a38edf78 |
UTF-8 | 将茖゚x | 11100101101100001000011011101000100011001001011011101111101111101001111101111000 | e5b086e88c96efbe9f78 |
UHC | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)