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 | ?????]?X | 0011111100111111001111110011111100111111010111010011111101011000 | 3f3f3f3f3f5d3f58 |
SJIS-WIN | ?????]?X | 0011111100111111001111110011111100111111010111010011111101011000 | 3f3f3f3f3f5d3f58 |
EUC-JP | ?????]?X | 0011111100111111001111110011111100111111010111010011111101011000 | 3f3f3f3f3f5d3f58 |
UTF-8 | 채챵혧챠혧]채X | 1110110010110001100001001110110010110001101101011110110110011000101001111110110010110001101000001110110110011000101001110101110111101100101100011000010001011000 | ecb184ecb1b5ed98a7ecb1a0ed98a75decb18458 |
UHC | 채챵혧챠혧]채X | 1100001110100100110000111011001011000010100011111100001110101101110000101000111101011101110000111010010001011000 | c3a4c3b2c28fc3adc28f5dc3a458 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)