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 | 娠??焉 | 100100000101000000111111001111111110000010000001 | 90503f3fe081 |
EUC-JP | 娠??焉 | 101111111011000100111111001111111101111111100001 | bfb13f3fdfe1 |
UTF-8 | 娠릩꽙焉 | 111001011010100010100000111010111010011010101001111010101011110110011001111001111000010010001001 | e5a8a0eba6a9eabd99e78489 |
UHC | 娠릩꽙焉 | 1110001111100011100100001000101110000100101010001110010111101010 | e3e3908b84a8e5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)