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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | 繹??縊k?k | 11100011100010000011111100111111111000110110111110000010100010110011111101101011 | e3883f3fe36f828b3f6b |
EUC-JP | 繹??縊k?k | 11100101111010000011111100111111111001011101000010100011111010110011111101101011 | e5e83f3fe5d0a3eb3f6b |
UTF-8 | 繹먮젾縊k젚k | 11100111101110011011100111101011101010001010111011101100101000001011111011100111101110001000101011101111101111011000101111101100101000001001101001101011 | e7b9b9eba8aeeca0bee7b88aefbd8beca09a6b |
UHC | 繹먮젾縊k젚k | 11100110101110101001000011101011101000001011000011100100111111001010001111101011101000001001011001101011 | e6ba90eba0b0e4fca3eba0966b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)