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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 宜??喜p | 1000101101011000001111110011111110001010111011001000001010010000 | 8b583f3f8aec8290 |
EUC-JP | 宜??喜p | 1011010110111001001111110011111110110100111011101010001111110000 | b5b93f3fb4eea3f0 |
UTF-8 | 宜렞뤌喜p | 111001011010111010011100111010111010000010011110111010111010010010001100111001011001011010011100111011111011110110010000 | e5ae9ceba09eeba48ce5969cefbd90 |
UHC | 宜렞뤌喜p | 11101011111100011000111010101111100011111011110011111101111011001010001111110000 | ebf18eaf8fbcfdeca3f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)