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 | ??c??B | 001111110011111101100011001111110011111101000010 | 3f3f633f3f42 |
SJIS-WIN | ??c??B | 001111110011111101100011001111110011111101000010 | 3f3f633f3f42 |
EUC-JP | ??c??B | 001111110011111101100011001111110011111101000010 | 3f3f633f3f42 |
UTF-8 | 횄짝c횂쨉B | 1110110110011010100001001110110010100111100111010110001111101101100110101000001011101100101010001000100101000010 | ed9a84eca79d63ed9a82eca88942 |
UHC | 횄짝c횂쨉B | 11000011100000111100001010100110011000111100001110000010110000101011010101000010 | c383c2a663c382c2b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)