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 | 炭辿測賊 | 1001001001011001100100100100100010010001101010101001000110101111 | 9259924891aa91af |
EUC-JP | 炭辿測賊 | 1100001110111010110000111010100111000010101011001100001010110001 | c3bac3a9c2acc2b1 |
UTF-8 | 炭辿測賊 | 111001111000001010101101111010001011111010111111111001101011100010101100111010001011001110001010 | e782ade8bebfe6b8ace8b38a |
UHC | 炭?測賊 | 11110111101010010011111111110110101101001110111011100100 | f7a93ff6b4eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)