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 | 辜э従 | 111001111000001110000100100011111000111101011101 | e783848f8f5d |
EUC-JP | 辜э従 | 111011011110001110100111111011111011110110111110 | ede3a7efbdbe |
UTF-8 | 辜э従 | 1110100010111110100111001101000110001101111001011011111010010011 | e8be9cd18de5be93 |
UHC | 辜э? | 1100110111010000101011001110111100111111 | cdd0acef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)