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 | 1000101111110110001111110111110101011001100010111111011000111111011111010110001001000101 | 8bf63f7d598bf63f7d6245 |
EUC-JP | 遇?}Y遇?}bE | 1011011011111000001111110111110101011001101101101111100000111111011111010110001001000101 | b6f83f7d59b6f83f7d6245 |
UTF-8 | 遇렫}Y遇렫}bE | 1110100110000001100001111110101110100000101010110111110101011001111010011000000110000111111010111010000010101011011111010110001001000101 | e98187eba0ab7d59e98187eba0ab7d6245 |
UHC | 遇렫}Y遇렫}bE | 11101001111001111000111010111001011111010101100111101001111001111000111010111001011111010110001001000101 | e9e78eb97d59e9e78eb97d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)