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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 甞爻甬甃 | 1110000101010010111000001010100111100001010101001110000101001011 | e152e0a9e154e14b |
EUC-JP | 甞爻甬甃 | 1110000110110011111000001010101111100001101101011110000110101100 | e1b3e0abe1b5e1ac |
UTF-8 | 甞爻甬甃 | 111001111001010010011110111001111000100010111011111001111001010010101100111001111001010010000011 | e7949ee788bbe794ace79483 |
UHC | ?爻甬? | 001111111111110110100001111010011100010100111111 | 3ffda1e9c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)