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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 誰遜多辿其 | 10010010010011101001000110111011100100011011110110010010010010001001000110110100 | 924e91bb91bd924891b4 |
EUC-JP | 誰遜多辿其 | 11000011101011111100001010111101110000101011111111000011101010011100001010110110 | c3afc2bdc2bfc3a9c2b6 |
UTF-8 | 誰遜多辿其 | 111010001010101010110000111010011000000110011100111001011010010010011010111010001011111010111111111001011000010110110110 | e8aab0e9819ce5a49ae8bebfe585b6 |
UHC | 誰遜多?其 | 111000101100000111100001111000011101001011111101001111111101000011101100 | e2c1e1e1d2fd3fd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)