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 | 紜碕▽ | 111000110100000110001101111010101000000110100100 | e3418dea81a4 |
EUC-JP | 紜碕▽ | 111001011010001010111010111011001010001010100110 | e5a2baeca2a6 |
UTF-8 | 紜碕▽ | 111001111011010010011100111001111010001010010101111000101001011010111101 | e7b49ce7a295e296bd |
UHC | ??▽ | 00111111001111111010000111100100 | 3f3fa1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)