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 | 釶ス遯ョ | 111001111101111110111101111001111010101010101110 | e7dfbde7aaae |
EUC-JP | 釶ス遯ョ | 1110111011100001100011101011110111101110101011001000111010101110 | eee18ebdeeac8eae |
UTF-8 | 釶ス遯ョ | 111010011000011110110110111011111011110110111101111010011000000110101111111011111011110110101110 | e987b6efbdbde981afefbdae |
UHC | ??遯? | 0011111100111111110101001110111000111111 | 3f3fd4ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)