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?鼠 | 00111111100100010110110001101000001111111001000101101100 | 3f916c683f916c |
EUC-JP | 宬鼠h宬鼠 | 1000111110111010110100111100000111001101011010001000111110111010110100111100000111001101 | 8fbad3c1cd688fbad3c1cd |
UTF-8 | 宬鼠h宬鼠 | 11100101101011101010110011101001101111001010000001101000111001011010111010101100111010011011110010100000 | e5aeace9bca068e5aeace9bca0 |
UHC | 宬鼠h宬鼠 | 111000001111010011100000101010010110100011100000111101001110000010101001 | e0f4e0a968e0f4e0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)