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 | ??省膳 | 001111110011111110001111110010001001000101010110 | 3f3f8fc89156 |
EUC-JP | 渲珹省膳 | 10001111110001111110110010001111110010111111101110111110110010101100000110110111 | 8fc7ec8fcbfbbecac1b7 |
UTF-8 | 渲珹省膳 | 111001101011100010110010111001111000111110111001111001111001110010000001111010001000011010110011 | e6b8b2e78fb9e79c81e886b3 |
UHC | 渲珹省膳 | 1110000011000010111000001111101111100000111111011110000011001110 | e0c2e0fbe0fde0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)