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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蘂?[蘂?[^ | 111001010100000100111111010110111110010101000001001111110101101101011110 | e5413f5be5413f5b5e |
EUC-JP | 蘂?[蘂?[^ | 111010011010001000111111010110111110100110100010001111110101101101011110 | e9a23f5be9a23f5b5e |
UTF-8 | 蘂쁞[蘂쁞[^ | 111010001001100010000010111011001000000110011110010110111110100010011000100000101110110010000001100111100101101101011110 | e89882ec819e5be89882ec819e5b5e |
UHC | 蘂쁞[蘂쁞[^ | 1110011111011110100110000110001001011011111001111101111010011000011000100101101101011110 | e7de98625be7de98625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)