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 | 鞣ァ鬧剃 | 11101000111000101010011111101001101001111001001011100100 | e8e2a7e9a792e4 |
EUC-JP | 鞣ァ鬧剃 | 1111000011100100100011101010011111110010101010011100010011100110 | f0e48ea7f2a9c4e6 |
UTF-8 | 鞣ァ鬧剃 | 111010011001111010100011111011111011110110100111111010011010110010100111111001011000100110000011 | e99ea3efbda7e9aca7e58983 |
UHC | ??鬧剃 | 001111110011111111010111101000101111010011101111 | 3f3fd7a2f4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)