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 | ???_??^ | 00111111001111110011111101011111001111110011111101011110 | 3f3f3f5f3f3f5e |
SJIS-WIN | ???_??^ | 00111111001111110011111101011111001111110011111101011110 | 3f3f3f5f3f3f5e |
EUC-JP | ???_??^ | 00111111001111110011111101011111001111110011111101011110 | 3f3f3f5f3f3f5e |
UTF-8 | 창횧챈_혮횉^ | 1110110010110000101111011110110110011010101001111110110010110001100010000101111111101101100110001010111011101101100110101000100101011110 | ecb0bded9aa7ecb1885fed98aeed9a895e |
UHC | 창횧챈_혮횉^ | 110000111010001011000011100111101100001110100110010111111100001010010101110000111000011101011110 | c3a2c39ec3a65fc295c3875e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)