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 | 跼ァ闍捺 | 11100110111100001010011111101000100010111001001111100110 | e6f0a7e88b93e6 |
EUC-JP | 跼ァ闍捺 | 1110110011110010100011101010011111101111111010111100011011101000 | ecf28ea7efebc6e8 |
UTF-8 | 跼ァ闍捺 | 111010001011011110111100111011111011110110100111111010011001011110001101111001101000110110111010 | e8b7bcefbda7e9978de68dba |
UHC | ???捺 | 0011111100111111001111111101000111110100 | 3f3f3fd1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)