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 | ??¨?? | 0011111100111111101010000011111100111111 | 3f3fa83f3f |
SJIS-WIN | 癲?¨艤? | 1110000110011111001111111000000101001110111001000111111000111111 | e19f3f814ee47e3f |
EUC-JP | 癲?¨艤? | 1110001010100001001111111010000110101111111001111101111100111111 | e2a13fa1afe7df3f |
UTF-8 | 癲녿¨艤췇 | 1110011110011001101100101110101110000101101111111100001010101000111010001000100110100100111011001011011110000111 | e799b2eb85bfc2a8e889a4ecb787 |
UHC | 癲녿¨艤췇 | 11101111101001101000011011101011101000011010011111101011111110101010111001000010 | efa686eba1a7ebfaae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)