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??θ? | 111000101010001110000010100000100011111100111111100000111100011000111111 | e2a382823f3f83c63f |
EUC-JP | 筌b?彛θ? | 1110010010100101101000111110001000111111100011111011110011111010101001101100100000111111 | e4a5a3e23f8fbcfaa6c83f |
UTF-8 | 筌b뫁彛θ뜌 | 1110011110101101100011001110111110111101100000101110101110101011100000011110010110111101100110111100111010111000111010111001110010001100 | e7ad8cefbd82ebab81e5bd9bceb8eb9c8c |
UHC | 筌b뫁彛θ뜌 | 111011111010011110100011111000101001000110100101111011001010110110100101111010001000110110001111 | efa7a3e291a5ecada5e88d8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)