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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 漬???勘? | 1001001011010000001111110011111100111111100010101010100000111111 | 92d03f3f3f8aa83f |
EUC-JP | 漬???勘? | 1100010011010010001111110011111100111111101101001010101000111111 | c4d23f3f3fb4aa3f |
UTF-8 | 漬쭹췹流勘揭 | 111001101011110010101100111011001010110110111001111011001011011110111001111011111010011110001010111001011000101110011000111001101000111110101101 | e6bcacecadb9ecb7b9efa78ae58b98e68fad |
UHC | 漬쭹췹流勘揭 | 111100101011000011000010111001111100001111101111111010101111110011001010111010111100110010101001 | f2b0c2e7c3efeafccaebcca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)