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혘혛혡쨔 | 11101100101100011000010001010000111011011001100010011000111011011001100010011011111011011001100010100001111011001010100010010100 | ecb18450ed9898ed989bed98a1eca894 |
UHC | 채P혘혛혡쨔 | 1100001110100100010100001100001010000011110000101000011011000010100010101100001010111001 | c3a450c283c286c28ac2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)