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 | 娠??臆 | 100100000101000000111111001111111000100110110000 | 90503f3f89b0 |
EUC-JP | 娠??臆 | 101111111011000100111111001111111011001010110010 | bfb13f3fb2b2 |
UTF-8 | 娠릩꽣臆 | 111001011010100010100000111010111010011010101001111010101011110110100011111010001000011110000110 | e5a8a0eba6a9eabda3e88786 |
UHC | 娠릩꽣臆 | 1110001111100011100100001000101110000100101100001110010111100110 | e3e3908b84b0e5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)