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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陋幄答迯オ陋 | 1110100010011011100110111110100010010011100110101110011110001101101101011110100010011011 | e89b9be8939ae78db5e89b |
EUC-JP | 陋幄答迯オ陋 | 111011111111101111010110111010101100010111111010111011011110110110001110101101011110111111111011 | effbd6eac5faeded8eb5effb |
UTF-8 | 陋幄答迯オ陋 | 111010011001100110001011111001011011100110000100111001111010110110010100111010001011111110101111111011111011110110110101111010011001100110001011 | e9998be5b984e7ad94e8bfafefbdb5e9998b |
UHC | 陋幄答??陋 | 11010111101100001110010011000001110100111100110100111111001111111101011110110000 | d7b0e4c1d3cd3f3fd7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)