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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 咫陽 | 10011010010000001001011101111010 | 9a40977a |
EUC-JP | 咫陽 | 11010011101000011100110111011011 | d3a1cddb |
UTF-8 | 咫陽 | 111001011001001010101011111010011001100110111101 | e592abe999bd |
UHC | 咫陽 | 11110010101000011110010111010101 | f2a1e5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)