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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嵬??揖?? | 1001101111001010001111110011111110010111010010110011111100111111 | 9bca3f3f974b3f3f |
EUC-JP | 嵬??揖?? | 1101011011001100001111110011111111001101101011000011111100111111 | d6cc3f3fcdac3f3f |
UTF-8 | 嵬됰뜄揖쇗뤃 | 111001011011010110101100111010111001000010110000111010111001110010000100111001101000111110010110111011001000011110010111111010111010010010000011 | e5b5aceb90b0eb9c84e68f96ec8797eba483 |
UHC | 嵬됰뜄揖쇗뤃 | 111010001110001110001001111010111000110110001000111010111110011110111100111001101000111110110100 | e8e389eb8d88ebe7bce68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)