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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 苜∽兄苜∝ | 11100100100111001000000111100100100011000101101011100100100111001000000111100101 | e49c81e48c5ae49c81e5 |
EUC-JP | 苜∽兄苜∝ | 11100111111111001010001011100110101101111011101111100111111111001010001011100111 | e7fca2e6b7bbe7fca2e7 |
UTF-8 | 苜∽兄苜∝ | 111010001000101110011100111000101000100010111101111001011000010110000100111010001000101110011100111000101000100010011101 | e88b9ce288bde58584e88b9ce2889d |
UHC | ?∽兄?∝ | 0011111110100001111011111111101011111100001111111010000111110000 | 3fa1effafc3fa1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)