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 | 臂o週鐓 | 1110010001011101100000101000111110001111010101001110100001011101 | e45d828f8f54e85d |
EUC-JP | 臂o週鐓 | 1110011110111110101000111110111110111101101101011110111110111110 | e7bea3efbdb5efbe |
UTF-8 | 臂o週鐓 | 111010001000011110000010111011111011110110001111111010011000000010110001111010011001000010010011 | e88782efbd8fe980b1e99093 |
UHC | 臂o週? | 11011110101000101010001111101111111100011100111000111111 | dea2a3eff1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)