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 | 嗽?+? | 100110100111010100111111100000010111101100111111 | 9a753f817b3f |
EUC-JP | 嗽?+? | 110100111101011000111111101000011101110000111111 | d3d63fa1dc3f |
UTF-8 | 嗽녿+烈 | 111001011001011110111101111010111000010110111111111011111011110010001011111011111010011010011111 | e597bdeb85bfefbc8befa69f |
UHC | 嗽녿+烈 | 1110000111110101100001101110101110100011101010111110011011101111 | e1f586eba3abe6ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)