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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猖爾捨シウ | 1110000011001001100011101010001010001110110011001011110010110011 | e0c98ea28eccbcb3 |
EUC-JP | 猖爾捨シウ | 11100000110010111011110010100100101111001100111010001110101111001000111010110011 | e0cbbca4bcce8ebc8eb3 |
UTF-8 | 猖爾捨シウ | 111001111000110010010110111001111000100010111110111001101000110110101000111011111011110110111100111011111011110110110011 | e78c96e788bee68da8efbdbcefbdb3 |
UHC | 猖爾捨?? | 1111001111101001111011001011001111011110110101110011111100111111 | f3e9ecb3ded73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)