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 | ?雲山 | 0011111110001001010111111000111001010010 | 3f895f8e52 |
EUC-JP | ?雲山 | 0011111110110001110000001011101110110011 | 3fb1c0bbb3 |
UTF-8 | 쒀雲山 | 111011001001001010000000111010011001101110110010111001011011000110110001 | ec9280e99bb2e5b1b1 |
UHC | 쒀雲山 | 101111101010110011101010101000111101111110100011 | beaceaa3dfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)