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 | 1110011110011001101111000111110101011001111001111001100110111100011111010110001001000101 | e799bc7d59e799bc7d6245 |
EUC-JP | 逋シ}Y逋シ}bE | 11101101111110011000111010111100011111010101100111101101111110011000111010111100011111010110001001000101 | edf98ebc7d59edf98ebc7d6245 |
UTF-8 | 逋シ}Y逋シ}bE | 1110100110000000100010111110111110111101101111000111110101011001111010011000000010001011111011111011110110111100011111010110001001000101 | e9808befbdbc7d59e9808befbdbc7d6245 |
UHC | 逋?}Y逋?}bE | 1111100011100111001111110111110101011001111110001110011100111111011111010110001001000101 | f8e73f7d59f8e73f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)