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 | ??RE | 00111111001111110101001001000101 | 3f3f5245 |
SJIS-WIN | 狼膣RE | 100110000101010011100100010100110101001001000101 | 9854e4535245 |
EUC-JP | 狼膣RE | 110011111011010111100111101101000101001001000101 | cfb5e7b45245 |
UTF-8 | 狼膣RE | 1110011110001011101111001110100010000110101000110101001001000101 | e78bbce886a35245 |
UHC | 狼膣RE | 110101011100100111110010111100110101001001000101 | d5c9f2f35245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)