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 | ?瑕幀屎 | 00111111111000001110101010011011111010101001101110011101 | 3fe0ea9bea9b9d |
EUC-JP | ?瑕幀屎 | 00111111111000001110110011010110111011001101010111111101 | 3fe0ecd6ecd5fd |
UTF-8 | 뤋瑕幀屎 | 111010111010010010001011111001111001000110010101111001011011100110000000111001011011000110001110 | eba48be79195e5b980e5b18e |
UHC | 뤋瑕幀屎 | 1000111110111011111110011100001011101111110100111110001110111010 | 8fbbf9c2efd3e3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)