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 | ??擾??? | 00111111001111111000111111101111001111110011111100111111 | 3f3f8fef3f3f3f |
EUC-JP | ??擾??? | 00111111001111111011111011110001001111110011111100111111 | 3f3fbef13f3f3f |
UTF-8 | 렯롕擾렱롂셨 | 111010111010000010101111111010111010000110010101111001101001001110111110111010111010000010110001111010111010000110000010111011001000010110101000 | eba0afeba195e693beeba0b1eba182ec85a8 |
UHC | 렯롕擾렱롂셨 | 100011101011110010001110110110011110100011110110100011101011111010001110110010011011110011001100 | 8ebc8ed9e8f68ebe8ec9bccc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)