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 | 姐?垣 | 1000100010110111001111111000101001011111 | 88b73f8a5f |
EUC-JP | 姐?垣 | 1011000010111001001111111011001111000000 | b0b93fb3c0 |
UTF-8 | 姐렟垣 | 111001011010011110010000111010111010000010011111111001011001111010100011 | e5a790eba09fe59ea3 |
UHC | 姐렟垣 | 111011101011101110001110101100001110101010101111 | eebb8eb0eaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)