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 | 脩丞巧 | 111000111111100110001111111001011000110101001001 | e3f98fe58d49 |
EUC-JP | 脩丞巧 | 111001101111101110111110111001111011100110101010 | e6fbbee7b9aa |
UTF-8 | 脩丞巧 | 111010001000010010101001111001001011100010011110111001011011011110100111 | e884a9e4b89ee5b7a7 |
UHC | 脩丞巧 | 111000101011101111100011101010101100111011100101 | e2bbe3aacee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)