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 | 霆溘自粮 | 1110100010111011100111111110001110001110101010011110001011101100 | e8bb9fe38ea9e2ec |
EUC-JP | 霆溘自粮 | 1111000010111101110111101110010110111100101010111110010011101110 | f0bddee5bcabe4ee |
UTF-8 | 霆溘自粮 | 111010011001110010000110111001101011101010011000111010001000011110101010111001111011001010101110 | e99c86e6ba98e887aae7b2ae |
UHC | 霆?自粮 | 11101111111111010011111111101101101110111101010111011011 | effd3fedbbd5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)