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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 絶??鵝??B | 100100001110001000111111001111111110101001000000001111110011111101000010 | 90e23f3fea403f3f42 |
EUC-JP | 絶??鵝??B | 110000001110010000111111001111111111001110100001001111110011111101000010 | c0e43f3ff3a13f3f42 |
UTF-8 | 絶귝튂鵝싷슛B | 11100111101101011011011011101010101101111001110111101101100010101000001011101001101101011001110111101100100010111011011111101100100010101001101101000010 | e7b5b6eab79ded8a82e9b59dec8bb7ec8a9b42 |
UHC | 絶귝튂鵝싷슛B | 11101111101111101000001011100110101110011001100011100100101111011001101011101111101111011011100001000010 | efbe82e6b998e4bd9aefbdb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)