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 | 娠??與 | 100100000101000000111111001111111110010001101111 | 90503f3fe46f |
EUC-JP | 娠??與 | 101111111011000100111111001111111110011111010000 | bfb13f3fe7d0 |
UTF-8 | 娠뤻똚與 | 111001011010100010100000111010111010010010111011111010111001100010011010111010001000100010000111 | e5a8a0eba4bbeb989ae88887 |
UHC | 娠뤻똚與 | 1110001111100011100011111110100110001100010101111110011010101000 | e3e38fe98c57e6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)