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 | ?F???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
SJIS-WIN | 端F造竪其孫 | 1001001001011011010001101001000110100010100100100100011110010001101101001001000110110111 | 925b4691a2924791b491b7 |
EUC-JP | 端F造竪其孫 | 1100001110111100010001101100001010100100110000111010100011000010101101101100001010111001 | c3bc46c2a4c3a8c2b6c2b9 |
UTF-8 | 端F造竪其孫 | 11100111101010111010111101000110111010011000000010100000111001111010101110101010111001011000010110110110111001011010110110101011 | e7abaf46e980a0e7abaae585b6e5adab |
UHC | 端F造竪其孫 | 1101001110101110010001101111000011100011111000101011010111010000111011001110000111011101 | d3ae46f0e3e2b5d0ece1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)