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 | 娠??? | 1001000001010000001111110011111100111111 | 90503f3f3f |
EUC-JP | 娠??? | 1011111110110001001111110011111100111111 | bfb13f3f3f |
UTF-8 | 娠뤻댍삮 | 111001011010100010100000111010111010010010111011111010111000110010001101111011001000001010101110 | e5a8a0eba4bbeb8c8dec82ae |
UHC | 娠뤻댍삮 | 1110001111100011100011111110100110001000101101101001100010101011 | e3e38fe988b698ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)