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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 借屡疾酌@h | 10001110110110001000111011000110100011101011111010001110110111100100000001101000 | 8ed88ec68ebe8ede4068 |
EUC-JP | 借屡疾酌@h | 10111100110110101011110011001000101111001100000010111100111000000100000001101000 | bcdabcc8bcc0bce04068 |
UTF-8 | 借屡疾酌@h | 1110010110000000100111111110010110110001101000011110011110010110101111101110100110000101100011000100000001101000 | e5809fe5b1a1e796bee9858c4068 |
UHC | 借?疾酌@h | 111100111010100000111111111100101111000011101101110011000100000001101000 | f3a83ff2f0edcc4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)