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 | 娠??俄 | 100100000101000000111111001111111000100111100010 | 90503f3f89e2 |
EUC-JP | 娠??俄 | 101111111011000100111111001111111011001011100100 | bfb13f3fb2e4 |
UTF-8 | 娠륂뢞俄 | 111001011010100010100000111010111010010110000010111010111010001010011110111001001011111110000100 | e5a8a0eba582eba29ee4bf84 |
UHC | 娠륂뢞俄 | 1110001111100011100011111110110110001111010110011110010010101101 | e3e38fed8f59e4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)