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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辱?ズ畏?? | 100100000100101000111111100000110101100110001000110110000011111100111111 | 904a3f835988d83f3f |
EUC-JP | 辱?ズ畏?? | 101111111010101100111111101001011011101010110000110110100011111100111111 | bfab3fa5bab0da3f3f |
UTF-8 | 辱녺ズ畏먫뮅 | 111010001011111010110001111010111000010110111010111000111000001010111010111001111001010110001111111010111010100010101011111010111010111010000101 | e8beb1eb85bae382bae7958feba8abebae85 |
UHC | 辱녺ズ畏먫뮅 | 111010011011010010000110111001111010101110111010111010001110011010010000111010001001001010010100 | e9b486e7abbae8e690e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)