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 | 豫????? | 10011000101011000011111100111111001111110011111100111111 | 98ac3f3f3f3f3f |
EUC-JP | 豫????? | 11010000101011100011111100111111001111110011111100111111 | d0ae3f3f3f3f3f |
UTF-8 | 豫명쓽溜롫젎 | 111010001011000110101011111010111010101010000101111011001001001110111101111011111010011110001011111010111010000110101011111011001010000010001110 | e8b1abebaa85ec93bdefa78beba1abeca08e |
UHC | 豫명쓽溜롫젎 | 111001111110001110111000111011011001110110011000111010101111111010001110111010111010000010001111 | e7e3b8ed9d98eafe8eeba08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)