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 | 短鱈淡存 | 1001001001011010100100100100110010010010010101111001000110110110 | 925a924c925791b6 |
EUC-JP | 短鱈淡存 | 1100001110111011110000111010110111000011101110001100001010111000 | c3bbc3adc3b8c2b8 |
UTF-8 | 短鱈淡存 | 111001111001111110101101111010011011000110001000111001101011011110100001111001011010110110011000 | e79fade9b188e6b7a1e5ad98 |
UHC | 短?淡存 | 11010011101011010011111111010011101111111111000011101101 | d3ad3fd3bff0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)