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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闡ッ竭ク繞 | 1110100010010001101011111110001010010001101110001110001110000101 | e891afe291b8e385 |
EUC-JP | 闡ッ竭ク繞 | 11101111111100011000111010101111111000111111000110001110101110001110010111100101 | eff18eafe3f18eb8e5e5 |
UTF-8 | 闡ッ竭ク繞 | 111010011001011110100001111011111011110110101111111001111010101110101101111011111011110110111000111001111011100110011110 | e997a1efbdafe7abadefbdb8e7b99e |
UHC | 闡?竭?繞 | 1111010011000101001111111100101011100110001111111110100110100100 | f4c53fcae63fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)