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 | 炭俗 | 10010010010110011001000110101101 | 925991ad |
EUC-JP | 炭俗 | 11000011101110101100001010101111 | c3bac2af |
UTF-8 | 炭俗 | 111001111000001010101101111001001011111110010111 | e782ade4bf97 |
UHC | 炭俗 | 11110111101010011110000111010100 | f7a9e1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)