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 | 墺??烏?? | 1001101011010010001111110011111110001001010001110011111100111111 | 9ad23f3f89473f3f |
EUC-JP | 墺??烏?? | 1101010011010100001111110011111110110001101010000011111100111111 | d4d43f3fb1a83f3f |
UTF-8 | 墺뺟툈烏녻렅 | 111001011010001010111010111010111011101010011111111011011000100010001000111001111000001110001111111010111000010110111011111010111010000010000101 | e5a2baebba9fed8888e7838feb85bbeba085 |
UHC | 墺뺟툈烏녻렅 | 111001111111001010010101111001111011100010000001111010001010000110000110111010001000111010011111 | e7f295e7b881e8a186e88e9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)