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 | ?齊曼 | 0011111111101010100011101001100111010110 | 3fea8e99d6 |
EUC-JP | ?齊曼 | 0011111111110011111011101101001011011000 | 3ff3eed2d8 |
UTF-8 | 뤞齊曼 | 111010111010010010011110111010011011110110001010111001101001101110111100 | eba49ee9bd8ae69bbc |
UHC | 뤞齊曼 | 100011111100110111110000101110101101100010111010 | 8fcdf0bad8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)