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 | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
SJIS-WIN | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
EUC-JP | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
UTF-8 | 청o혮천혮혩 | 11101100101100101010110101101111111011011001100010101110111011001011001010011100111011011001100010101110111011011001100010101001 | ecb2ad6fed98aeecb29ced98aeed98a9 |
UHC | 청o혮천혮혩 | 1100001110111011011011111100001010010101110000111011010111000010100101011100001010010001 | c3bb6fc295c3b5c295c291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)