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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錮ォ蠢 | 1110011111111100101010111110010110111111 | e7fcabe5bf |
EUC-JP | 錮ォ蠢 | 111011101111111010001110101010111110101011000001 | eefe8eabeac1 |
UTF-8 | 錮ォ蠢 | 111010011000110010101110111011111011110110101011111010001010000010100010 | e98caeefbdabe8a0a2 |
UHC | 錮?蠢 | 1100110111010001001111111111000111100011 | cdd13ff1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)