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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 싅귛긆뽼몙긆 | 111011001000101110000101111010101011011110011011111010101011100010000110111010111011110110111100111010111010101010011001111010101011100010000110 | ec8b85eab79beab886ebbdbcebaa99eab886 |
UHC | 싅귛긆뽼몙긆 | 100110101100100010000010111001011000001101001001100101101111100010010001100001111000001101001001 | 9ac882e5834996f891878349 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)