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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???獒? | 00111111001111110011111110001111110010111011101100111111 | 3f3f3f8fcbbb3f |
UTF-8 | 琉듸쪣獒쒮 | 111011111010011110001100111010111001001110111000111011001010101010100011111001111000110110010010111011001001001010101110 | efa78ceb93b8ecaaa3e78d92ec92ae |
UHC | 琉듸쪣獒쒮 | 11101011101001001011010111101111101001011001110011101000101000111001110101000101 | eba4b5efa59ce8a39d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)