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 | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
SJIS-WIN | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
EUC-JP | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
UTF-8 | 청P횥첬짧짢 | 11101100101100101010110101010000111011011001101010100101111011001011001010101100111011001010011110100111111011001010011110100010 | ecb2ad50ed9aa5ecb2aceca7a7eca7a2 |
UHC | 청P횥첬짧짢 | 1100001110111011010100001100001110011100110000111011101011000010101010101100001010101000 | c3bb50c39cc3bac2aac2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)