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 | 枝?h滓 | 10001110011111010011111110000010100010001001111111100110 | 8e7d3f82889fe6 |
EUC-JP | 枝?h滓 | 10111011110111100011111110100011111010001101111011101000 | bbde3fa3e8dee8 |
UTF-8 | 枝뷴h滓 | 111001101001111010011101111010111011011110110100111011111011110110001000111001101011101110010011 | e69e9debb7b4efbd88e6bb93 |
UHC | 枝뷴h滓 | 1111001010101011101110101110010110100011111010001110111010101011 | f2abbae5a3e8eeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)