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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 燁??儀?^ | 1111101101011001001111110011111110001011010101100011111101011110 | fb593f3f8b563f5e |
EUC-JP | 燁??儀?^ | 100011111100101010110011001111110011111110110101101101110011111101011110 | 8fcab33f3fb5b73f5e |
UTF-8 | 燁㏃꼱儀펊^ | 11100111100001111000000111100011100011111000001111101010101111001011000111100101100001001000000011101101100011101000101001011110 | e78781e38f83eabcb1e58480ed8e8a5e |
UHC | 燁㏃꼱儀펊^ | 1110011110100111101001111110110010000100100010111110101111110000101111000110001101011110 | e7a7a7ec848bebf0bc635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)