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 | 娼テ将茖 | 100011111010100111000011100011111010101111100100101000011111100010100001 | 8fa9c38fabe4a1f8a1 |
EUC-JP | 娼テ将茖? | 101111101010101110001110110000111011111010101101111010001010001100111111 | beab8ec3beade8a33f |
UTF-8 | 娼テ将茖 | 111001011010100010111100111011111011111010000011111001011011000010000110111010001000110010010110111011101001100110000000 | e5a8bcefbe83e5b086e88c96ee9980 |
UHC | 娼???? | 111100111101111000111111001111110011111100111111 | f3de3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)