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 | ?莪誰 | 0011111111100100101011101001001001001110 | 3fe4ae924e |
EUC-JP | ?莪誰 | 0011111111101000101100001100001110101111 | 3fe8b0c3af |
UTF-8 | 설莪誰 | 111011001000010010100100111010001000111010101010111010001010101010110000 | ec84a4e88eaae8aab0 |
UHC | 설莪誰 | 101111001011001111100100101101011110001011000001 | bcb3e4b5e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)