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 | ???R | 00111111001111110011111101010010 | 3f3f3f52 |
SJIS-WIN | 霄≫鎌R | 11101000101110101000000111100010100010101001100101010010 | e8ba81e28a9952 |
EUC-JP | 霄≫鎌R | 11110000101111001010001011100100101100111111100101010010 | f0bca2e4b3f952 |
UTF-8 | 霄≫鎌R | 11101001100111001000010011100010100010011010101111101001100011101000110001010010 | e99c84e289abe98e8c52 |
UHC | ?≫鎌R | 001111111010000111101101110011001100011101010010 | 3fa1edccc752 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)