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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮑奠飭粤毅 | 11101001101110001001101011111001100110011010101011100010111000111000101101000010 | e9b89af999aae2e38b42 |
EUC-JP | 鮑奠飭粤毅 | 11110010101110101101010011111011110100101010110011100100111001011011010110100011 | f2bad4fbd2ace4e5b5a3 |
UTF-8 | 鮑奠飭粤毅 | 111010011010111010010001111001011010010110100000111010011010001110101101111001111011001010100100111001101010111110000101 | e9ae91e5a5a0e9a3ade7b2a4e6af85 |
UHC | 鮑奠飭?毅 | 111110001110101011101110111101011111011011010000001111111110101111110110 | f8eaeef5f6d03febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)