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 | 灌牘扣滸 | 1001111111110011111000001010111110011101010010101001111111110101 | 9ff3e0af9d4a9ff5 |
EUC-JP | 灌牘扣滸 | 1101111011110101111000001011000111011001101010111101111011110111 | def5e0b1d9abdef7 |
UTF-8 | 灌牘扣滸 | 111001111000000110001100111001111000100110011000111001101000100110100011111001101011101110111000 | e7818ce78998e689a3e6bbb8 |
UHC | 灌牘?滸 | 11001110101101001101010010111010001111111111101111001010 | ceb4d4ba3ffbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)