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 | 迂?? | 10001001010010010011111100111111 | 89493f3f |
EUC-JP | 迂?? | 10110001101010100011111100111111 | b1aa3f3f |
UTF-8 | 迂잰깥 | 111010001011111110000010111011001001111010110000111010101011100110100101 | e8bf82ec9eb0eab9a5 |
UHC | 迂잰깥 | 111010011110011011000000111010011011000111111001 | e9e6c0e9b1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)