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 | 褓щ執 | 111001011110111010000100100010111000111010110111 | e5ee848b8eb7 |
EUC-JP | 褓щ執 | 111010101111000010100111111010111011110010111001 | eaf0a7ebbcb9 |
UTF-8 | 褓щ執 | 1110100010100100100100111101000110001001111001011001111110110111 | e8a493d189e59fb7 |
UHC | 褓щ執 | 110111001100111010101100111010111111001011111011 | dcceacebf2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)