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 | チュ硝ミ | 1100000110101101100011111100100111010000 | c1ad8fc9d0 |
EUC-JP | チュ硝ミ | 1000111011000001100011101010110110111110110010111000111011010000 | 8ec18eadbecb8ed0 |
UTF-8 | チュ硝ミ | 111011111011111010000001111011111011110110101101111001111010000110011101111011111011111010010000 | efbe81efbdade7a19defbe90 |
UHC | ??硝? | 0011111100111111111101011010011000111111 | 3f3ff5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)