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 | 聹宴ャ褥 | 11100011111000101000100110000011101011001110010111110001 | e3e28983ace5f1 |
EUC-JP | 聹宴ャ褥 | 1110011011100100101100011110001110001110101011001110101011110011 | e6e4b1e38eaceaf3 |
UTF-8 | 聹宴ャ褥 | 111010001000000110111001111001011010111010110100111011111011110110101100111010001010010010100101 | e881b9e5aeb4efbdace8a4a5 |
UHC | ?宴?褥 | 001111111110011011000011001111111110100110110011 | 3fe6c33fe9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)