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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ユリフハ鐘 | 110101011101100011001100110010101000111111100000 | d5d8ccca8fe0 |
EUC-JP | ユリフハ鐘 | 10001110110101011000111011011000100011101100110010001110110010101011111011100010 | 8ed58ed88ecc8ecabee2 |
UTF-8 | ユリフハ鐘 | 111011111011111010010101111011111011111010011000111011111011111010001100111011111011111010001010111010011001000010011000 | efbe95efbe98efbe8cefbe8ae99098 |
UHC | ????鐘 | 001111110011111100111111001111111111000110100100 | 3f3f3f3ff1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)