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 | 拾??始 | 100011110100010100111111001111111000111001101110 | 8f453f3f8e6e |
EUC-JP | 拾??始 | 101111011010011000111111001111111011101111001111 | bda63f3fbbcf |
UTF-8 | 拾룉뤍始 | 111001101000101110111110111010111010001110001001111010111010010010001101111001011010011110001011 | e68bbeeba389eba48de5a78b |
UHC | 拾룉뤍始 | 1110001110100110100011111000100010001111101111011110001110110111 | e3a68f888fbde3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)