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 | 脯簀翩 | 111000111111101111100010110001011110001111000111 | e3fbe2c5e3c7 |
EUC-JP | 脯簀翩 | 111001101111110111100100110001111110011011001001 | e6fde4c7e6c9 |
UTF-8 | 脯簀翩 | 111010001000010010101111111001111011000010000000111001111011111110101001 | e884afe7b080e7bfa9 |
UHC | 脯?翩 | 1111100011100001001111111111100010111011 | f8e13ff8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)