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 | シウ丈ソ | 11110010111100011011110010110011100011111110010010111111 | f2f1bcb38fe4bf |
EUC-JP | ?シウ丈ソ | 001111111000111010111100100011101011001110111110111001101000111010111111 | 3f8ebc8eb3bee68ebf |
UTF-8 | シウ丈ソ | 111011101000100010101000111011111011110110111100111011111011110110110011111001001011100010001000111011111011110110111111 | ee88a8efbdbcefbdb3e4b888efbdbf |
UHC | ???丈? | 001111110011111100111111111011011101101100111111 | 3f3f3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)