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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韲ヘ」ⅹ | 111010001110110011001101101000111111101001001001 | e8eccda3fa49 |
EUC-JP | 韲ヘ」? | 11110000111011101000111011001101100011101010001100111111 | f0ee8ecd8ea33f |
UTF-8 | 韲ヘ」ⅹ | 111010011001111110110010111011111011111010001101111011111011110110100011111000101000010110111001 | e99fb2efbe8defbda3e285b9 |
UHC | ???ⅹ | 0011111100111111001111111010010110101010 | 3f3f3fa5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)