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??ο? | 111000101010001110000010100000100011111100111111100000111100110100111111 | e2a382823f3f83cd3f |
EUC-JP | 筌b?彛ο? | 1110010010100101101000111110001000111111100011111011110011111010101001101100111100111111 | e4a5a3e23f8fbcfaa6cf3f |
UTF-8 | 筌b뫁彛ο㏊ | 1110011110101101100011001110111110111101100000101110101110101011100000011110010110111101100110111100111010111111111000111000111110001010 | e7ad8cefbd82ebab81e5bd9bcebfe38f8a |
UHC | 筌b뫁彛ο㏊ | 111011111010011110100011111000101001000110100101111011001010110110100101111011111010011110110101 | efa7a3e291a5ecada5efa7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)