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 | 鉤倡ャ | 1110011111101010100110001110011110101100 | e7ea98e7ac |
EUC-JP | 鉤倡ャ | 111011101110110011010000111010011000111010101100 | eeecd0e98eac |
UTF-8 | 鉤倡ャ | 111010011000100110100100111001011000000010100001111011111011110110101100 | e989a4e580a1efbdac |
UHC | 鉤倡? | 1100111111001001111100111101101100111111 | cfc9f3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)