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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | セュ跣辞雫\ | 101111101010110111100110111011111000111010101011100011101011010001011100 | beade6ef8eab8eb45c |
EUC-JP | セュ跣辞雫\ | 1000111010111110100011101010110111101100111100011011110010101101101111001011011001011100 | 8ebe8eadecf1bcadbcb65c |
UTF-8 | セュ跣辞雫\ | 11101111101111011011111011101111101111011010110111101000101101111010001111101000101111101001111011101001100110111010101101011100 | efbdbeefbdade8b7a3e8be9ee99bab5c |
UHC | ??跣??\ | 00111111001111111110000011010011001111110011111101011100 | 3f3fe0d33f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)