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 | ?????R?H | 0011111100111111001111110011111100111111010100100011111101001000 | 3f3f3f3f3f523f48 |
SJIS-WIN | ?????R?H | 0011111100111111001111110011111100111111010100100011111101001000 | 3f3f3f3f3f523f48 |
EUC-JP | ?????R?H | 0011111100111111001111110011111100111111010100100011111101001000 | 3f3f3f3f3f523f48 |
UTF-8 | 채횦혧혧혧R책H | 1110110010110001100001001110110110011010101001101110110110011000101001111110110110011000101001111110110110011000101001110101001011101100101100011000010101001000 | ecb184ed9aa6ed98a7ed98a7ed98a752ecb18548 |
UHC | 채횦혧혧혧R책H | 1100001110100100110000111001110111000010100011111100001010001111110000101000111101010010110000111010010101001000 | c3a4c39dc28fc28fc28f52c3a548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)