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 | ?H???L | 001111110100100000111111001111110011111101001100 | 3f483f3f3f4c |
SJIS-WIN | ?H???L | 001111110100100000111111001111110011111101001100 | 3f483f3f3f4c |
EUC-JP | ?H???L | 001111110100100000111111001111110011111101001100 | 3f483f3f3f4c |
UTF-8 | 책H혘혧혧L | 1110110010110001100001010100100011101101100110001001100011101101100110001010011111101101100110001010011101001100 | ecb18548ed9898ed98a7ed98a74c |
UHC | 책H혘혧혧L | 11000011101001010100100011000010100000111100001010001111110000101000111101001100 | c3a548c283c28fc28f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)