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 | 漬???障 | 10010010110100000011111100111111001111111000111111100001 | 92d03f3f3f8fe1 |
EUC-JP | 漬?勖?障 | 110001001101001000111111100011111011001111101101001111111011111011100011 | c4d23f8fb3ed3fbee3 |
UTF-8 | 漬렓勖렠障 | 111001101011110010101100111010111010000010010011111001011000101110010110111010111010000010100000111010011001101010011100 | e6bcaceba093e58b96eba0a0e99a9c |
UHC | 漬렓勖렠障 | 11110010101100001000111010101000111010011110110110001110101100011110111010100001 | f2b08ea8e9ed8eb1eea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)