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 | ??a}??a{^ | 001111110011111101100001011111010011111100111111011000010111101101011110 | 3f3f617d3f3f617b5e |
SJIS-WIN | 詳ェa}詳ェa{^ | 1000111111011010101010100110000101111101100011111101101010101010011000010111101101011110 | 8fdaaa617d8fdaaa617b5e |
EUC-JP | 詳ェa}詳ェa{^ | 10111110110111001000111010101010011000010111110110111110110111001000111010101010011000010111101101011110 | bedc8eaa617dbedc8eaa617b5e |
UTF-8 | 詳ェa}詳ェa{^ | 1110100010101001101100111110111110111101101010100110000101111101111010001010100110110011111011111011110110101010011000010111101101011110 | e8a9b3efbdaa617de8a9b3efbdaa617b5e |
UHC | 詳?a}詳?a{^ | 1101111111011001001111110110000101111101110111111101100100111111011000010111101101011110 | dfd93f617ddfd93f617b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)