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 | ザ菽鰕 | 101110111101111011100100110000011110100111001111 | bbdee4c1e9cf |
EUC-JP | ザ菽鰕 | 1000111010111011100011101101111011101000110000111111001011010001 | 8ebb8edee8c3f2d1 |
UTF-8 | ザ菽鰕 | 111011111011110110111011111011111011111010011110111010001000111110111101111010011011000010010101 | efbdbbefbe9ee88fbde9b095 |
UHC | ??菽鰕 | 001111110011111111100010110111011111100111001000 | 3f3fe2ddf9c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)