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? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 先潟汐A? | 1001000011100110100010101000001110001110101011000100000100111111 | 90e68a838eac413f |
EUC-JP | 先潟汐A? | 1100000011101000101100111110001110111100101011100100000100111111 | c0e8b3e3bcae413f |
UTF-8 | 先潟汐A敾 | 11100101100001011000100011100110101111011001111111100110101100011001000001000001111001101001010110111110 | e58588e6bd9fe6b19041e695be |
UHC | 先潟汐A敾 | 111000001011101111100000101100111110000010110001010000011110000011000000 | e0bbe0b3e0b141e0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)