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 | 雫鈹汐齏 | 11110000101001011000111010110100111110111100101010001110101011001110100011101011 | f0a58eb4fbca8eace8eb |
EUC-JP | ?雫鈹汐齏 | 00111111101111001011011010001111111000111101010010111100101011101111000011101101 | 3fbcb68fe3d4bcaef0ed |
UTF-8 | 雫鈹汐齏 | 111011101000000110100100111010011001101110101011111010011000100010111001111001101011000110010000111010011011110110001111 | ee81a4e99babe988b9e6b190e9bd8f |
UHC | ???汐? | 001111110011111100111111111000001011000100111111 | 3f3f3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)