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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禦手牲 | 100010111001101010001110111010001001000010110101 | 8b9a8ee890b5 |
EUC-JP | 禦手牲 | 101101011111101010111100111010101100000010110111 | b5fabceac0b7 |
UTF-8 | 禦手牲 | 111001111010011010100110111001101000100110001011111001111000100110110010 | e7a6a6e6898be789b2 |
UHC | 禦手牲 | 111001011101110111100010101000101101111111100101 | e5dde2a2dfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)