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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | 癲??應 | 111000011001111100111111001111111001110011100100 | e19f3f3f9ce4 |
EUC-JP | 癲?º應 | 1110001010100001001111111000111110100010111010111101100011100110 | e2a13f8fa2ebd8e6 |
UTF-8 | 癲븍º應 | 1110011110011001101100101110101110111000100011011100001010111010111001101000011110001001 | e799b2ebb88dc2bae68789 |
UHC | 癲븍º應 | 1110111110100110101110101110101110101000101011001110101111101011 | efa6baeba8acebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)