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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 崖?\ | 10001010010100100011111101011100 | 8a523f5c |
EUC-JP | 崖?\ | 10110011101100110011111101011100 | b3b33f5c |
UTF-8 | 崖쨤\ | 11100101101101001001011011101100101010001010010001011100 | e5b496eca8a45c |
UHC | 崖쨤\ | 1110010011110000101001000111100101011100 | e4f0a4795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)