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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 迪也渥v | 11100111100011001001011011100111100010001010110101110110 | e78c96e788ad76 |
EUC-JP | 迪也渥v | 11101101111011001100110011101001101100001010111101110110 | edeccce9b0af76 |
UTF-8 | 迪也渥v | 11101000101111111010101011100100101110011001111111100110101110001010010101110110 | e8bfaae4b99fe6b8a576 |
UHC | 迪也渥v | 11101110111010001110010110100101111001001100011001110110 | eee8e5a5e4c676 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)