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 | ?A???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
SJIS-WIN | ?A???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
EUC-JP | ?A???? | 001111110100000100111111001111110011111100111111 | 3f413f3f3f3f |
UTF-8 | 청A횘챕횂짬 | 11101100101100101010110101000001111011011001101010011000111011001011000110010101111011011001101010000010111011001010011110101100 | ecb2ad41ed9a98ecb195ed9a82eca7ac |
UHC | 청A횘챕횂짬 | 1100001110111011010000011100001110010010110000111010100111000011100000101100001010101011 | c3bb41c392c3a9c382c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)