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?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
SJIS-WIN | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
EUC-JP | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
UTF-8 | 횄쩌K횄혨 | 11101101100110101000010011101100101010011000110001001011111011011001101010000100111011011001100010101000 | ed9a84eca98c4bed9a84ed98a8 |
UHC | 횄쩌K횄혨 | 110000111000001111000010101111000100101111000011100000111100001010010000 | c383c2bc4bc383c290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)