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 | ??±?? | 0011111100111111101100010011111100111111 | 3f3fb13f3f |
SJIS-WIN | ??±裕? | 00111111001111111000000101111101100101110101010000111111 | 3f3f817d97543f |
EUC-JP | ??±裕? | 00111111001111111010000111011110110011011011010100111111 | 3f3fa1decdb53f |
UTF-8 | 咽됱±裕웘 | 1110111110100110100111101110101110010000101100011100001010110001111010001010001110010101111011001001101110011000 | efa69eeb90b1c2b1e8a395ec9b98 |
UHC | 咽됱±裕웘 | 11100110111011001000100111101100101000011011111011101011101011101001111101101000 | e6ec89eca1beebae9f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)