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 | 嫉鴿耳 | 11110000111110111000111010111001111010011111100110001110101010001111000010101100 | f0fb8eb9e9f98ea8f0ac |
EUC-JP | ?嫉鴿耳? | 0011111110111100101110111111001011111011101111001010101000111111 | 3fbcbbf2fbbcaa3f |
UTF-8 | 嫉鴿耳 | 111011101000001010111010111001011010101110001001111010011011010010111111111010001000000010110011111011101000000110101011 | ee82bae5ab89e9b4bfe880b3ee81ab |
UHC | ?嫉?耳? | 00111111111100101110110000111111111011001011110000111111 | 3ff2ec3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)