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 | 湜疾コ顥 | 111110110100011110001110101111101111000111101000101110101111101111110101 | fb478ebef1e8bafbf5 |
EUC-JP | 湜疾?コ顥 | 1000111111000111111111001011110011000000001111111000111010111010100011111110100010110110 | 8fc7fcbcc03f8eba8fe8b6 |
UTF-8 | 湜疾コ顥 | 111001101011100110011100111001111001011010111110111011101000010110100011111011111011110110111010111010011010000110100101 | e6b99ce796beee85a3efbdbae9a1a5 |
UHC | 湜疾??顥 | 1110001111010111111100101111000000111111001111111111101111100010 | e3d7f2f03f3ffbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)