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 | ????碩 | 001111110011111100111111001111111001000011010111 | 3f3f3f3f90d7 |
EUC-JP | ????碩 | 001111110011111100111111001111111100000011011001 | 3f3f3f3fc0d9 |
UTF-8 | 溺솜臨셀碩 | 111011111010011110101100111011001000011010011100111011111010011110110110111011001000010110000000111001111010001010101001 | efa7acec869cefa7b6ec8580e7a2a9 |
UHC | 溺솜臨셀碩 | 11101100110010101011110011011000111011001111101010111100101111111110000010110101 | eccabcd8ecfabcbfe0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)