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 | 搖??揖?? | 1001110110001010001111110011111110010111010010110011111100111111 | 9d8a3f3f974b3f3f |
EUC-JP | 搖??揖?? | 1101100111101010001111110011111111001101101011000011111100111111 | d9ea3f3fcdac3f3f |
UTF-8 | 搖깅쪇揖⑼쭫 | 111001101001000010010110111010101011100110000101111011001010101010000111111001101000111110010110111000101001000110111100111011001010110110101011 | e69096eab985ecaa87e68f96e291bcecadab |
UHC | 搖깅쪇揖⑼쭫 | 111010001111010010110001111010111010010110000001111010111110011110101001111011111010011110011111 | e8f4b1eba581ebe7a9efa79f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)