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 | 證ウ尞 | 1110011010011010101100111111101010101011 | e69ab3faab |
EUC-JP | 證ウ尞 | 11101011111110101000111010110011100011111011101011101011 | ebfa8eb38fbaeb |
UTF-8 | 證ウ尞 | 111010001010110110001001111011111011110110110011111001011011000010011110 | e8ad89efbdb3e5b09e |
UHC | 證?? | 11110001111110110011111100111111 | f1fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)