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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涅??円?? | 1001111110111000001111110011111110001001011111100011111100111111 | 9fb83f3f897e3f3f |
EUC-JP | 涅??円?? | 1101111010111010001111110011111110110001110111110011111100111111 | deba3f3fb1df3f3f |
UTF-8 | 涅든맮円⒵쐿 | 111001101011011010000101111010111001001110100000111010111010011110101110111001011000011010000110111000101001001010110101111011001001000010111111 | e6b685eb93a0eba7aee58686e292b5ec90bf |
UHC | 涅든맮円⒵쐿 | 111001101110111010110101111001111001000010110101111001011111011110101001111001101001110010011111 | e6eeb5e790b5e5f7a9e69c9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)