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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 琉쀧㈅痢췆 | 111011111010011110001100111011001000000010100111111000111000100010000101111011111010011110100101111011001011011110000110 | efa78cec80a7e38885efa7a5ecb786 |
UHC | 琉쀧㈅痢췆 | 11101011101001001001011111100111101010011011011011101100101110001010111001000001 | eba497e7a9b6ecb8ae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)