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 | 音щ? | 1000100110111001100001001000101100111111 | 89b9848b3f |
EUC-JP | 音щ? | 1011001010111011101001111110101100111111 | b2bba7eb3f |
UTF-8 | 音щ찠 | 1110100110011111101100111101000110001001111011001011000010100000 | e99fb3d189ecb0a0 |
UHC | 音щ찠 | 111010111110010110101100111010111010100110011110 | ebe5aceba99e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)