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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 攸る? | 1001110110111111100000101110100100111111 | 9dbf82e93f |
EUC-JP | 攸る? | 1101101011000001101001001110101100111111 | dac1a4eb3f |
UTF-8 | 攸る쩂 | 111001101001010010111000111000111000001010001011111011001010100110000010 | e694b8e3828beca982 |
UHC | 攸る쩂 | 111010101111001010101010111010111010010010011100 | eaf2aaeba49c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)