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 | åe¾ | 11100101011001011001011110111110 | e56597be |
SJIS-WIN | ?e?? | 00111111011001010011111100111111 | 3f653f3f |
EUC-JP | åe?? | 100011111010101110101001011001010011111100111111 | 8faba9653f3f |
UTF-8 | åe¾ | 11000011101001010110010111000010100101111100001010111110 | c3a565c297c2be |
UHC | ?e?¾ | 0011111101100101001111111010100011111010 | 3f653fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)