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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 狎??F | 1110000010111110001111110011111101000110 | e0be3f3f46 |
EUC-JP | 狎??F | 1110000011000000001111110011111101000110 | e0c03f3f46 |
UTF-8 | 狎쀯쉰F | 11100111100010111000111011101100100000001010111111101100100010011011000001000110 | e78b8eec80afec89b046 |
UHC | 狎쀯쉰F | 11100100111001001001011111101111101111011010111001000110 | e4e497efbdae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)