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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 也ф? | 1001011011100111100001001000011000111111 | 96e784863f |
EUC-JP | 也ф? | 1100110011101001101001111110011000111111 | cce9a7e63f |
UTF-8 | 也ф캒 | 1110010010111001100111111101000110000100111011001011101010010010 | e4b99fd184ecba92 |
UHC | 也ф캒 | 111001011010010110101100111001101010111110011011 | e5a5ace6af9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)