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 | ?笠健 | 0011111110001010011111011000110010010010 | 3f8a7d8c92 |
EUC-JP | ?笠健 | 0011111110110011110111101011011111110010 | 3fb3deb7f2 |
UTF-8 | 룶笠健 | 111010111010001110110110111001111010110010100000111001011000000110100101 | eba3b6e7aca0e581a5 |
UHC | 룶笠健 | 100011111010101111011000101000101100101111101101 | 8fabd8a2cbed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)