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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 襍カ蝓コ蛹慌] | 1110100010110101101101101110010110011111101110101110010110001100100011010101000101011101 | e8b5b6e59fbae58c8d515d |
EUC-JP | 襍カ蝓コ蛹慌] | 11110000101101111000111010110110111010101010000110001110101110101110100111101100101110011011001001011101 | f0b78eb6eaa18ebae9ecb9b25d |
UTF-8 | 襍カ蝓コ蛹慌] | 11101000101001011000110111101111101111011011011011101000100111011001001111101111101111011011101011101000100110111011100111100110100001011000110001011101 | e8a58defbdb6e89d93efbdbae89bb9e6858c5d |
UHC | ?????慌] | 0011111100111111001111110011111100111111111111001100101101011101 | 3f3f3f3f3ffccb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)