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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?汕?汕^ | 00111111100111111000100000111111100111111000100001011110 | 3f9f883f9f885e |
EUC-JP | ?汕?汕^ | 00111111110111011110100000111111110111011110100001011110 | 3fdde83fdde85e |
UTF-8 | 롒汕롒汕^ | 11101011101000011001001011100110101100011001010111101011101000011001001011100110101100011001010101011110 | eba192e6b195eba192e6b1955e |
UHC | 롒汕롒汕^ | 100011101101011111011111101001011000111011010111110111111010010101011110 | 8ed7dfa58ed7dfa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)