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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 漬?h漬? | 10010010110100000011111101101000100100101101000000111111 | 92d03f6892d03f |
EUC-JP | 漬?h漬? | 11000100110100100011111101101000110001001101001000111111 | c4d23f68c4d23f |
UTF-8 | 漬렜h漬렜 | 11100110101111001010110011101011101000001001110001101000111001101011110010101100111010111010000010011100 | e6bcaceba09c68e6bcaceba09c |
UHC | 漬렜h漬렜 | 111100101011000010001110101011100110100011110010101100001000111010101110 | f2b08eae68f2b08eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)