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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薈焔ず篋 | 1110010101000110100010011000101110000010101110001110001010111000 | e546898b82b8e2b8 |
EUC-JP | 薈焔ず篋 | 1110100110100111101100011110101110100100101110101110010010111010 | e9a7b1eba4bae4ba |
UTF-8 | 薈焔ず篋 | 111010001001011010001000111001111000010010010100111000111000000110011010111001111010111110001011 | e89688e78494e3819ae7af8b |
UHC | ??ず? | 0011111100111111101010101011101000111111 | 3f3faaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)