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 | 忌?}忌?{^ | 100010101111010100111111011111011000101011110101001111110111101101011110 | 8af53f7d8af53f7b5e |
EUC-JP | 忌萊}忌萊{^ | 10110100111101111000111111011000110001110111110110110100111101111000111111011000110001110111101101011110 | b4f78fd8c77db4f78fd8c77b5e |
UTF-8 | 忌萊}忌萊{^ | 111001011011111110001100111010001001000010001010011111011110010110111111100011001110100010010000100010100111101101011110 | e5bf8ce8908a7de5bf8ce8908a7b5e |
UHC | 忌萊}忌萊{^ | 1101000011111011110101011101000101111101110100001111101111010101110100010111101101011110 | d0fbd5d17dd0fbd5d17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)