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 | 軒枉? | 1000110010101100100111100101110100111111 | 8cac9e5d3f |
EUC-JP | 軒枉? | 1011100010101110110110111011111000111111 | b8aedbbe3f |
UTF-8 | 軒枉뷼 | 111010001011101110010010111001101001111010001001111010111011011110111100 | e8bb92e69e89ebb7bc |
UHC | 軒枉뷼 | 111110101100110111101000110110111001010101101001 | facde8db9569 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)