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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 症?旭 | 1000111111000111001111111000100010101110 | 8fc73f88ae |
EUC-JP | 症?旭 | 1011111011001001001111111011000010110000 | bec93fb0b0 |
UTF-8 | 症렜旭 | 111001111001011110000111111010111010000010011100111001101001011110101101 | e79787eba09ce697ad |
UHC | 症렜旭 | 111100011111100010001110101011101110100111101111 | f1f88eaee9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)