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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | セャ胥辞篠F | 101111101010110011100011111011111000111010101011100011101100001001000110 | beace3ef8eab8ec246 |
EUC-JP | セャ胥辞篠F | 1000111010111110100011101010110011100110111100011011110010101101101111001100010001000110 | 8ebe8eace6f1bcadbcc446 |
UTF-8 | セャ胥辞篠F | 11101111101111011011111011101111101111011010110011101000100000111010010111101000101111101001111011100111101011111010000001000110 | efbdbeefbdace883a5e8be9ee7afa046 |
UHC | ??胥?篠F | 0011111100111111111000001010000100111111111000011100011001000110 | 3f3fe0a13fe1c646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)