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 | 崖짵\ | 11100101101101001001011011101100101001111011010101011100 | e5b496eca7b55c |
UHC | 崖짵\ | 1110010011110000101001000100111101011100 | e4f0a44f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)