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 | 終? | 100011110100100100111111 | 8f493f |
EUC-JP | 終? | 101111011010101000111111 | bdaa3f |
UTF-8 | 終桭 | 111001111011010110000010111001101010000110101101 | e7b582e6a1ad |
UHC | 終桭 | 11110000111110111111001011001101 | f0fbf2cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)