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 | ?謂?? | 0011111110001000111000000011111100111111 | 3f88e03f3f |
EUC-JP | ?謂?? | 0011111110110000111000100011111100111111 | 3fb0e23f3f |
UTF-8 | 롎謂뤕듦 | 111010111010000110001110111010001010110010000010111010111010010010010101111010111001001110100110 | eba18ee8ac82eba495eb93a6 |
UHC | 롎謂뤕듦 | 1000111011010100111010101101110110001111110001011011010111101010 | 8ed4eadd8fc5b5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)