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 | ?x???? | 001111110111100000111111001111110011111100111111 | 3f783f3f3f3f |
SJIS-WIN | ?x???? | 001111110111100000111111001111110011111100111111 | 3f783f3f3f3f |
EUC-JP | ?x???? | 001111110111100000111111001111110011111100111111 | 3f783f3f3f3f |
UTF-8 | 챗x혲혮혳횗 | 11101100101100011001011101111000111011011001100010110010111011011001100010101110111011011001100010110011111011011001101010010111 | ecb19778ed98b2ed98aeed98b3ed9a97 |
UHC | 챗x혲혮혳횗 | 1100001110101010011110001100001010011001110000101001010111000010100110101100001110010001 | c3aa78c299c295c29ac391 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)