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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?脹??亶 | 00111111100100101010111100111111001111111001100010110111 | 3f92af3f3f98b7 |
EUC-JP | ?脹??亶 | 00111111110001001011000100111111001111111101000010111001 | 3fc4b13f3fd0b9 |
UTF-8 | 뤋脹퀛샅亶 | 111010111010010010001011111010001000010010111001111011011000000010011011111011001000001110000101111001001011101010110110 | eba48be884b9ed809bec8385e4bab6 |
UHC | 뤋脹퀛샅亶 | 10001111101110111111001111101100101100111000111110111011111101001101001110100010 | 8fbbf3ecb38fbbf4d3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)