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 | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
SJIS-WIN | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
EUC-JP | ?W???? | 001111110101011100111111001111110011111100111111 | 3f573f3f3f3f |
UTF-8 | 청W혬챌쩔짝 | 11101100101100101010110101010111111011011001100010101100111011001011000110001100111011001010100110010100111011001010011110011101 | ecb2ad57ed98acecb18ceca994eca79d |
UHC | 청W혬챌쩔짝 | 1100001110111011010101111100001010010100110000111010011111000010101111111100001010100110 | c3bb57c294c3a7c2bfc2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)