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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???獐? | 00111111001111110011111110001111110010111011101000111111 | 3f3f3f8fcbba3f |
UTF-8 | 欌곤풛獐딉 | 111001101010110010001100111010101011001110100100111011011001001010011011111001111000110110010000111010111001010010001001 | e6ac8ceab3a4ed929be78d90eb9489 |
UHC | 欌곤풛獐딉 | 11101101111010111011000011101111101111101001111011101101111011111000101011101111 | edebb0efbe9eedef8aef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)