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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踰帷寫踰 | 1110011011111010100110111110011110011011100011011110011011111010 | e6fa9be79b8de6fa |
EUC-JP | 踰帷寫踰 | 1110110011111100110101101110100111010101111011011110110011111100 | ecfcd6e9d5edecfc |
UTF-8 | 踰帷寫踰 | 111010001011100010110000111001011011100010110111111001011010111110101011111010001011100010110000 | e8b8b0e5b8b7e5afabe8b8b0 |
UHC | 踰?寫踰 | 11101011101100100011111111011110110100001110101110110010 | ebb23fded0ebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)