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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辱??畏 | 100100000100101000111111001111111000100011011000 | 904a3f3f88d8 |
EUC-JP | 辱??畏 | 101111111010101100111111001111111011000011011010 | bfab3f3fb0da |
UTF-8 | 辱믭풐畏 | 111010001011111010110001111010111010111110101101111011011001001010010000111001111001010110001111 | e8beb1ebafaded9290e7958f |
UHC | 辱믭풐畏 | 1110100110110100100100101110111110111110100101001110100011100110 | e9b492efbe94e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)