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 | 筌b???? | 1110001010100011100000101000001000111111001111110011111100111111 | e2a382823f3f3f3f |
EUC-JP | 筌b?飡?? | 11100100101001011010001111100010001111111000111111101000110010000011111100111111 | e4a5a3e23f8fe8c83f3f |
UTF-8 | 筌b뫁飡볩㎕ | 111001111010110110001100111011111011110110000010111010111010101110000001111010011010001110100001111010111011001110101001111000111000111010010101 | e7ad8cefbd82ebab81e9a3a1ebb3a9e38e95 |
UHC | 筌b뫁飡볩㎕ | 111011111010011110100011111000101001000110100101111000011110001010010011111011111010011110100001 | efa7a3e291a5e1e293efa7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)