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 | ユ | 110101011111000111101010111100111101010111110001111010101111001101011110 | d5f1eaf3d5f1eaf35e |
EUC-JP | ユ???? | 100011101101010100111111001111110011111100111111 | 8ed53f3f3f3f |
UTF-8 | ユ | 111011111011111010010101111011101000010110100101111011101000101110001000111011101000010110100101111011101000100110010010 | efbe95ee85a5ee8b88ee85a5ee8992 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)