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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 蔔?}Y蔔?}bE | 1110010011110111001111110111110101011001111001001111011100111111011111010110001001000101 | e4f73f7d59e4f73f7d6245 |
EUC-JP | 蔔?}Y蔔?}bE | 1110100011111001001111110111110101011001111010001111100100111111011111010110001001000101 | e8f93f7d59e8f93f7d6245 |
UTF-8 | 蔔丹}Y蔔丹}bE | 1110100010010100100101001110111110100101100111100111110101011001111010001001010010010100111011111010010110011110011111010110001001000101 | e89494efa59e7d59e89494efa59e7d6245 |
UHC | 蔔丹}Y蔔丹}bE | 11011100110110111101010110101110011111010101100111011100110110111101010110101110011111010110001001000101 | dcdbd5ae7d59dcdbd5ae7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)