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 | 髷∫ォ檻 | 11101001100111101000000111100111101010111001111101000010 | e99e81e7ab9f42 |
EUC-JP | 髷∫ォ檻 | 1111000111111110101000101110100110001110101010111101110110100011 | f1fea2e98eabdda3 |
UTF-8 | 髷∫ォ檻 | 111010011010101110110111111000101000100010101011111011111011110110101011111001101010101010111011 | e9abb7e288abefbdabe6aabb |
UHC | ?∫?檻 | 001111111010000111110010001111111111100111100011 | 3fa1f23ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)