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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬆雁凄萓 | 1110100110100000100010101110010110010000101001101110010010111110 | e9a08ae590a6e4be |
EUC-JP | 鬆雁凄萓 | 1111001010100010101101001110011111000000101010001110100011000000 | f2a2b4e7c0a8e8c0 |
UTF-8 | 鬆雁凄萓 | 111010011010110010000110111010011001101110000001111001011000011110000100111010001001000010010011 | e9ac86e99b81e58784e89093 |
UHC | ?雁凄? | 001111111110010011010010111101001010001000111111 | 3fe4d2f4a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)