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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錵щ旭 | 111010000100010110000100100010111000100010101110 | e845848b88ae |
EUC-JP | 錵щ旭 | 111011111010011010100111111010111011000010110000 | efa6a7ebb0b0 |
UTF-8 | 錵щ旭 | 1110100110001100101101011101000110001001111001101001011110101101 | e98cb5d189e697ad |
UHC | ?щ旭 | 0011111110101100111010111110100111101111 | 3facebe9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)