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 | 髯る㍽雋ッ | 111010011001100110000010111010011000011110001110111010001011001010101111 | e99982e9878ee8b2af |
EUC-JP | 髯る?雋ッ | 111100011111100110100100111010110011111111110000101101001000111010101111 | f1f9a4eb3ff0b48eaf |
UTF-8 | 髯る㍽雋ッ | 111010011010101110101111111000111000001010001011111000111000110110111101111010011001101110001011111011111011110110101111 | e9abafe3828be38dbde99b8befbdaf |
UHC | ?る?雋? | 00111111101010101110101100111111111100011110011000111111 | 3faaeb3ff1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)