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 | 羮葛習赧 | 1110001110111100100010101000101110001111010010111110011011011101 | e3bc8a8b8f4be6dd |
EUC-JP | 羮葛習赧 | 1110011010111110101100111110101110111101101011001110110011011111 | e6beb3ebbdacecdf |
UTF-8 | 羮葛習赧 | 111001111011111010101110111010001001000110011011111001111011111110010010111010001011010110100111 | e7beaee8919be7bf92e8b5a7 |
UHC | ?葛習? | 001111111100101011100111111000111010011100111111 | 3fcae7e3a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)