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 | 壯??蜈 | 100110101110000100111111001111111110010110000101 | 9ae13f3fe585 |
EUC-JP | 壯??蜈 | 110101001110001100111111001111111110100111100101 | d4e33f3fe9e5 |
UTF-8 | 壯잏뼻蜈 | 111001011010001110101111111011001001111010001111111010111011110010111011111010001001110010001000 | e5a3afec9e8febbcbbe89c88 |
UHC | 壯잏뼻蜈 | 1110110111100000100111111110011110010110101111101110100010100101 | ede09fe796bee8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)