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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 赳猩n^ | 11100110111000001110000011001101100000101000111001011110 | e6e0e0cd828e5e |
EUC-JP | 赳猩n^ | 11101100111000101110000011001111101000111110111001011110 | ece2e0cfa3ee5e |
UTF-8 | 赳猩n^ | 11101000101101011011001111100111100011001010100111101111101111011000111001011110 | e8b5b3e78ca9efbd8e5e |
UHC | 赳猩n^ | 11010000101011111110000011111010101000111110111001011110 | d0afe0faa3ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)