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???M?? | 0011111101001000001111110011111100111111010011010011111100111111 | 3f483f3f3f4d3f3f |
SJIS-WIN | ?H???M?? | 0011111101001000001111110011111100111111010011010011111100111111 | 3f483f3f3f4d3f3f |
EUC-JP | ?H???M?? | 0011111101001000001111110011111100111111010011010011111100111111 | 3f483f3f3f4d3f3f |
UTF-8 | 책H혘혧혧M채짱 | 1110110010110001100001010100100011101101100110001001100011101101100110001010011111101101100110001010011101001101111011001011000110000100111011001010011110110001 | ecb18548ed9898ed98a7ed98a74decb184eca7b1 |
UHC | 책H혘혧혧M채짱 | 1100001110100101010010001100001010000011110000101000111111000010100011110100110111000011101001001100001010101111 | c3a548c283c28fc28f4dc3a4c2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)