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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 轤ュ螻樣●蟆 | 1110011110000010101011011110010110110001100111101110100110000001100111001110010110110000 | e782ade5b19ee9819ce5b0 |
EUC-JP | 轤ュ螻樣●蟆 | 111011011110001010001110101011011110101010110011110111001110101110100001111111001110101010110010 | ede28eadeab3dceba1fceab2 |
UTF-8 | 轤ュ螻樣●蟆 | 111010001011110110100100111011111011110110101101111010001001111010111011111001101010100010100011111000101001011110001111111010001001111110000110 | e8bda4efbdade89ebbe6a8a3e2978fe89f86 |
UHC | ???樣●? | 0011111100111111001111111110010111000110101000011101110000111111 | 3f3f3fe5c6a1dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)