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 | 罔処梢羚 | 1110001110100110100011111000100010001111101111011110001110110111 | e3a68f888fbde3b7 |
EUC-JP | 罔処梢羚 | 1110011010101000101111011110100010111110101111111110011010111001 | e6a8bde8bebfe6b9 |
UTF-8 | 罔処梢羚 | 111001111011110110010100111001011000011110100110111001101010001010100010111001111011111010011010 | e7bd94e587a6e6a2a2e7be9a |
UHC | 罔?梢羚 | 11011000110100100011111111110100111111101101011010111110 | d8d23ff4fed6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)