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 | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
SJIS-WIN | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
EUC-JP | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
UTF-8 | 찼횖혘혢혖a | 11101100101100001011110011101101100110101001011011101101100110001001100011101101100110001010001011101101100110001001011001100001 | ecb0bced9a96ed9898ed98a2ed989661 |
UHC | 찼횖혘혢혖a | 1100001110100001110000111001000011000010100000111100001010001011110000101000000101100001 | c3a1c390c283c28bc28161 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)