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 | ??~}??~{^ | 001111110011111101111110011111010011111100111111011111100111101101011110 | 3f3f7e7d3f3f7e7b5e |
SJIS-WIN | ??~}??~{^ | 001111110011111101111110011111010011111100111111011111100111101101011110 | 3f3f7e7d3f3f7e7b5e |
EUC-JP | ??~}??~{^ | 001111110011111101111110011111010011111100111111011111100111101101011110 | 3f3f7e7d3f3f7e7b5e |
UTF-8 | 섐샬~}섐샬~{^ | 1110110010000100100100001110110010000011101011000111111001111101111011001000010010010000111011001000001110101100011111100111101101011110 | ec8490ec83ac7e7dec8490ec83ac7e7b5e |
UHC | 섐샬~}섐샬~{^ | 10111100101010111011110010100011011111100111110110111100101010111011110010100011011111100111101101011110 | bcabbca37e7dbcabbca37e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)