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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?現? | 00111111100011001011101100111111 | 3f8cbb3f |
EUC-JP | ?現? | 00111111101110001011110100111111 | 3fb8bd3f |
UTF-8 | 걱現걱 | 111010101011000110110001111001111000111110111110111010101011000110110001 | eab1b1e78fbeeab1b1 |
UHC | 걱現걱 | 101100001100011011111010110111101011000011000110 | b0c6fadeb0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)