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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漬??巧 | 100100101101000000111111001111111000110101001001 | 92d03f3f8d49 |
EUC-JP | 漬?邕巧 | 1100010011010010001111111000111111100001111011011011100110101010 | c4d23f8fe1edb9aa |
UTF-8 | 漬렓邕巧 | 111001101011110010101100111010111010000010010011111010011000001010010101111001011011011110100111 | e6bcaceba093e98295e5b7a7 |
UHC | 漬렓邕巧 | 1111001010110000100011101010100011101000101110111100111011100101 | f2b08ea8e8bbcee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)