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 | 餓手署 | 100010011110110010001110111010001000111110010000 | 89ec8ee88f90 |
EUC-JP | 餓手署 | 101100101110111010111100111010101011110111110000 | b2eebceabdf0 |
UTF-8 | 餓手署 | 111010011010010010010011111001101000100110001011111001111011110110110010 | e9a493e6898be7bdb2 |
UHC | 餓手署 | 111001001011101111100010101000101101111111111110 | e4bbe2a2dffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)