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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 雫釈}雫釈{^ | 1000111010110100100011101101111101111101100011101011010010001110110111110111101101011110 | 8eb48edf7d8eb48edf7b5e |
EUC-JP | 雫釈}雫釈{^ | 1011110010110110101111001110000101111101101111001011011010111100111000010111101101011110 | bcb6bce17dbcb6bce17b5e |
UTF-8 | 雫釈}雫釈{^ | 111010011001101110101011111010011000011110001000011111011110100110011011101010111110100110000111100010000111101101011110 | e99babe987887de99babe987887b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)