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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漬??巧? | 10010010110100000011111100111111100011010100100100111111 | 92d03f3f8d493f |
EUC-JP | 漬?邕巧? | 110001001101001000111111100011111110000111101101101110011010101000111111 | c4d23f8fe1edb9aa3f |
UTF-8 | 漬렓邕巧쏀 | 111001101011110010101100111010111010000010010011111010011000001010010101111001011011011110100111111011001000111110000000 | e6bcaceba093e98295e5b7a7ec8f80 |
UHC | 漬렓邕巧쏀 | 11110010101100001000111010101000111010001011101111001110111001011011110111101101 | f2b08ea8e8bbcee5bded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)