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 | 壯??俑 | 100110101110000100111111001111111001100011011010 | 9ae13f3f98da |
EUC-JP | 壯??俑 | 110101001110001100111111001111111101000011011100 | d4e33f3fd0dc |
UTF-8 | 壯잏뼻俑 | 111001011010001110101111111011001001111010001111111010111011110010111011111001001011111110010001 | e5a3afec9e8febbcbbe4bf91 |
UHC | 壯잏뼻俑 | 1110110111100000100111111110011110010110101111101110100110110101 | ede09fe796bee9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)